예제 #1
0
 public void LobbyOn()
 {
     ActivateUI_By_UseType(UI_UseType.OutGame);
     dic_UI[UIType.GameStart].gameObject.SetActive(false);
     UI_Lobby.MoveToContent(2);
 }
예제 #2
0
 void Awake()
 {
     _instance = this;
 }