Beispiel #1
0
    public void Init(VKSlotMachine slot, Action OnCallBack)
    {
        this.slot                = slot;
        this.OnCallBack          = OnCallBack;
        slot.CallBackLineSelect += SelectLine;

        buttons.ForEach(a => a.Init(this));

        this.gameObject.SetActive(true);
    }