Ejemplo n.º 1
0
 public override void Destroy()
 {
     GamePullController.DestroyButton(gameObject);
     animation.Destroy();
     isStatic = false;
     GUIController.Remove(gameObject, this);
 }