Exemplo n.º 1
0
 public Gameserver(String startCommand, int id) throws IOException {
   super(Main.cmder);
   starter = startCommand;
   init();
   it = new InputThread();
   thisinstance = this;
   this.name = "Gameserver";
   startSender();
   this.id = id;
 }