void Awake()
 {
     singleton = this;
     AlbotServer.AlbotNetworkManager.onClientLeft += OnClientLeft;
     AlbotServer.ConnectionManager.onPlayerJoined += OnPlayerJoined;
 }
예제 #2
0
 public static void shutdownGameServer()
 {
     AlbotGameTerminator.onGameFinished();
 }