Esempio n. 1
0
    public static void UI_Accept()
    {
        IUIItem i = Stack.Peek();

        i.UI_Accept();
    }