Beispiel #1
0
 public void Left()
 {
     //Facing = false;
     if (!HasDied)
     {
         ActionState.GoLeft();
     }
 }