public override void Destroy() { if (isExpensive) { GamePullController.DestroyImageAlphaExpensive(gameObject); } else { GamePullController.DestroyImageAlpha(gameObject); } GUIController.Remove(this); }