예제 #1
0
    //Grabs the object refference
    void GrabObject(CardSummon SummonComponent)
    {
        active = true;
        GameObject Object      = SummonComponent.SummonObject;
        GameObject ImageObject = SummonComponent.SummonImageObject;

        cardHand.ActiveObject(Object, ImageObject, this);
        cardHand.DeactivateotherButton(this);
    }