コード例 #1
0
ファイル: NetworkManager.cs プロジェクト: Rachellie/Crecipe
 public void OnApplicationQuit()
 {
     serverStarted = false;
     Server.Stop();
 }