public TTTTurn(int x, TTTBoard.TTTPiece player)
 {
     this.x      = x;
     this.player = player;
 }
Example #2
0
 public TTTEvaluator(TTTBoard.TTTPiece player)
 {
     this.player = player;
 }