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