Esempio n. 1
0
    public void InitializeSlot()   //set the Frontier slot
    {
        SlotManager SM = GetComponentInParent <SlotManager>();

        SM.InitializeSlot(dir);
        SM.ChangeSlotImage(type);
    }
Esempio n. 2
0
    public void ChangeSlotImage()
    {
        SlotManager SM = GetComponentInParent <SlotManager>();

        SM.ChangeSlotImage(type);
    }