Esempio n. 1
0
 /// <summary>
 /// Removes GameObject from game.
 /// </summary>
 public void Destroy()
 {
     Parent?.RemoveChild(this);
     GameStage?.RemoveGameObject(this);
 }