Beispiel #1
0
    public static void UI_Cancel()
    {
        IUIItem i = Stack.Peek();

        i.UI_Cancel();
    }