Exemplo n.º 1
0
    public override void Destroy()
    {
        if (isExpensive)
        {
            GamePullController.DestroyImageAlphaExpensive(gameObject);
        }
        else
        {
            GamePullController.DestroyImageAlpha(gameObject);
        }

        GUIController.Remove(this);
    }