Example #1
0
 protected virtual void RemoveObject(GameObject Object)
 {
     Object.RemoveGraphics(Layer);
     Objects.Remove(Object);
 }