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