Example #1
0
 void Awake()
 {
     // Debug.Log("SingedLobbyPlayer Awake: isServer: " + isServer + " isLocalPlayer: " + isLocalPlayer);
     GetAudioClipFile(MenuSoundKind.menuSelect, false);
     GetAudioClipFile(MenuSoundKind.menuBack, true);
     lobbyManager = SingedLobbyManager.s_singleton;
 }
Example #2
0
 void Awake()
 {
     s_singleton = this;
     isHosting   = false;
     doAutoStart = true;
 }