Example #1
0
    // 패널 변경
    void ShowPanel(GameObject CurPanel)
    {
        LobbyPanel.SetActive(false);
        DisconnectPanel.SetActive(false);
        RoomPanel.SetActive(false);
        LeaderBoardPanel.SetActive(false);

        CurPanel.SetActive(true);
    }
 // Use this for initialization
 void Start()
 {
     Singleton = this;
     teamPanel.SetActive(false);
     personalPanel.SetActive(false);
 }