Esempio n. 1
0
 private void OnConnectionEvent(ConnectionInformation connection)
 {
     connection.ConnectionChanged += OnConnectionChanged;
     PlusEnvironment.GetGame().GetClientManager().CreateAndStartClient(Convert.ToInt32(connection.GetConnectionId()), connection);
 }
Esempio n. 2
0
 private void OnConnectionEvent(ConnectionInformation connection)
 {
     connection.ConnectionChanged += OnConnectionChanged;
     Program.GameContext.PlayerController.CreateAndStartClient(Convert.ToInt32(connection.GetConnectionId()), connection);
 }