コード例 #1
0
 public CommandManager(ConnectionList connectionList)
 {
     this.connectionList = connectionList;
     games = new Games(this);
     lobby = new Lobby(this);
 }