示例#1
0
    private void Awake()
    {
        if (Instance == null)
        {
            Instance = this;
        }

        allScreens.Add(gameScreenView);

        gameScreenView.Show();
    }
示例#2
0
 void ShowGameScreenView()
 {
     gameScreenView.Show();
 }