Esempio n. 1
0
 public virtual void MakeTurn(Turn turn)
 {
     turn.Action(this);
     MemorizeTurn(turn);
 }