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