Ejemplo n.º 1
0
 public void setWhoPlayedPath(Game.PlayerTurn player)
 {
     playerWhoPlayedPath = player;
 }
Ejemplo n.º 2
0
 public Path(Dot first, Dot second, Game.PlayerTurn turn)
 {
     firstDot            = first;
     secondDot           = second;
     playerWhoPlayedPath = turn;
 }