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