コード例 #1
0
 public ServerListener(int nombreJoueurs)
 {
     connManager = new ConnectionManager(nombreJoueurs);
     util = new ServerUtil();
 }
コード例 #2
0
 public ServeurJoueur(ConnectionManager connManager)
 {
     this.connManager = connManager;
 }