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