コード例 #1
0
    public static void UI_Down()
    {
        IUIItem i = Stack.Peek();

        i.UI_Down();
    }