예제 #1
0
 public void makePlay(int player, int pos) {
   game.setLastPlay(1);
   game.makePlay(2, pos);
 }