migration

This commit is contained in:
2026-07-26 12:31:59 +05:30
parent 4b2129b944
commit c2f4c2f808
12 changed files with 1818 additions and 981 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ using UnityEngine.UI;
public class LoginManager : MonoBehaviour
{
public const string AuthBaseUrl = "https://kickkingsapi.playpoolstudios.com";
public const string AuthBaseUrl = "https://kkapi.playpoolstudios.com";
const string PlayerPrefsAuthKey = "WalkInvest.AuthToken";
const int MIN_USERNAME_LENGTH = 3;