Ejemplo n.º 1
0
 // Destroys the box by removing it from the field and from the game field
 public override void Destroy()
 {
     underThis.RemoveMoveable();
     GameField.GetInstance().RemoveBox(this);
 }