Esempio n. 1
0
 protected GameEntity()
 {
     Area = new GameRectangle();
     _isSlidingLeft = false;
     _isSlidingRight = false;
 }
Esempio n. 2
0
 public void Clear()
 {
     Controls.Clear();
     Area = new GameRectangle();
 }