예제 #1
0
    public void InitializeSlot()   //set the Frontier slot
    {
        SlotManager SM = GetComponentInParent <SlotManager>();

        SM.InitializeSlot(dir);
        SM.ChangeSlotImage(type);
    }