Beispiel #1
0
 void CheckLeft()
 {
     X--;
     X         = Grid.CanTakeThisPlace(this, false) ? X : ++X;
     checkLeft = false;
 }