Beispiel #1
0
 /// <summary>
 /// Reports the disconnect.
 /// </summary>
 /// <param name="gameConnection">The game connection.</param>
 public void ReportDisconnect(ConnectionInformation gameConnection)
 {
     gameConnection.ConnectionChanged -= ConnectionChanged;
     ReportUserLogout(gameConnection.GetIp());
 }