Assets/Scripts/GameSdk/BaseSdk.cs @@ -2,6 +2,7 @@ { public class BaseSdk { public string uid = ""; public virtual void changeAccount() { throw new System.NotImplementedException();