Ejemplo n.º 1
0
 internal void Remove()
 {
     if (Scene == null)
     {
         return;
     }
     Scene.RemoveActor(this);
 }