diff --git a/Demo/Assets/Plugins/GamePush/Runtime/Modules/GP_Player.cs b/Demo/Assets/Plugins/GamePush/Runtime/Modules/GP_Player.cs index 8f376881..5306ec7a 100644 --- a/Demo/Assets/Plugins/GamePush/Runtime/Modules/GP_Player.cs +++ b/Demo/Assets/Plugins/GamePush/Runtime/Modules/GP_Player.cs @@ -200,14 +200,14 @@ private void CallPlayerFieldIncrement(string field) => #endif #endregion - private async void Start() - { - await GP_Init.Ready; - FetchFields(fields => - { - PlayerFields = fields; - }); - } + //private async void Start() + //{ + // await GP_Init.Ready; + // FetchFields(fields => + // { + // PlayerFields = fields; + // }); + //} #region Getters @@ -785,4 +785,4 @@ public class PlayerFieldVariant public string value; // string | number public string name; } -} \ No newline at end of file +}