示例#1
0
 // Start is called before the first frame update
 void Start()
 {
     if (Instance == null)
     {
         Instance = this;
     }
 }
        // Start is called before the first frame update
        void Start()
        {
            if (Instance == null)
            {
                Instance = this;
            }

            UserAuthentication();
        }
示例#3
0
 public void OnShowLeaderboards()
 {
     PlayGamesController.ShowLeaderBoard();
 }