コード例 #1
0
 void Awake()
 {
     singleton = this;
     AlbotServer.AlbotNetworkManager.onClientLeft += OnClientLeft;
     AlbotServer.ConnectionManager.onPlayerJoined += OnPlayerJoined;
 }
コード例 #2
0
 public static void shutdownGameServer()
 {
     AlbotGameTerminator.onGameFinished();
 }