예제 #1
0
 public ServerHandler(Model model, DataInputStream in, DataOutputStream out) {
   this.model = model;
   this.player = model.newPlayer();
   this.in = in;
   this.out = out;
 }