Exp Pass done

This commit is contained in:
Sewmina
2022-04-28 02:19:09 +05:30
parent a6ee80997b
commit e89a44d8a1
43 changed files with 1000 additions and 20917 deletions

View File

@@ -86,6 +86,7 @@ public class LoginManager : MonoBehaviour
PlayerPrefs.SetString("password", login_password.text);
PlayerPrefs.Save();}
DBmanager.username = login_username.text;
DBmanager.SetExpPassCollected(www.text.Split('\t')[7]);
DBmanager.SetXp(int.Parse(www.text.Split('\t')[6]),true);
DBmanager.GetBuildingStates(www.text.Split('\t')[5]);
DBmanager.SetOxygen(int.Parse(www.text.Split('\t')[4]),true);