Exemplo n.º 1
0
 private ServerStatusSingleton()
 {
     PendingCommandsToRun        = new ConcurrentQueue <string>();
     CurrentPlayers              = new ConcurrentDictionary <int, Player>();
     AvailableCommandsDictionary = ServerDA.GetServerCommands();
 }