Exemple #1
0
 private void OnClientStartRequested(string playerName)
 {
     _appType = ApplicationType.Client;
     _client.Initalise(hostname, port, playerName);
 }