Example #1
0
 // Interacting with the Moveable object
 // The Moveable object needs to be destroyed
 public virtual void Interact(Moveable Moveable)
 {
     Moveable.Destroy();
 }