Beispiel #1
0
 public void TurnRound(Dir dir)
 {
     Represent.TurnRound(dir);
     State.ChangeDir(dir);
     CurrentDir = dir;
 }