コード例 #1
0
 protected void ConnectToServer(ServerData data)
 {
     NetworkDiscovery.CustomStartClient(data);
     GoToState(GUIState.ClientLobby);
 }