示例#1
0
    public void buttonClick()
    {
        if (controller.but != null)
        {
            controller.but.interactable = true;
        }
        controller.but = but;
        if (waiter.OrderListCount() <= 1)
        {
            but.interactable = false;
        }

        if (waiter.clickCounter() >= 2)
        {
            resetMenuButtons();
        }
    }