Ranked done, Shop done and many fixes

This commit is contained in:
Sewmina
2022-09-20 00:16:35 +05:30
parent 4194d2decc
commit f4e5b60bbf
166 changed files with 15171 additions and 1586 deletions

View File

@@ -81,6 +81,7 @@ public class LoginManager : MonoBehaviour
PlayerPrefs.Save();}
DBmanager.username = login_username.text;
DBmanager.SetLastCollectedDailyChest(www.text.Split('\t')[15],true);
DBmanager.SetPentaKills(int.Parse(www.text.Split('\t')[14]),true);
DBmanager.SetQuadKills(int.Parse(www.text.Split('\t')[13]),true);
DBmanager.SetTripleKills(int.Parse(www.text.Split('\t')[12]),true);