Beispiel #1
0
 public void GoToNewLocation(int roll)
 {
     Location = (Location + roll) % 12;
     _textDisplay.DisplayLocation(this);
 }