Пример #1
0
 public void ClickStartServer()
 {
     if (ServerInstance.StartRelay(Port)) // We need relay for a lot of rooms.
     {
         StopServerButton.SetActive(true);
     }
 }