From b691c43c44ff180d10e7d4a9afc83b98551ff586 Mon Sep 17 00:00:00 2001 From: daoge_cmd <3523206925@qq.com> Date: Sun, 1 Mar 2026 12:16:08 +0800 Subject: Initial commit --- Minecraft.Client/Common/Media/xuiscene_debug_item_editor.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Minecraft.Client/Common/Media/xuiscene_debug_item_editor.h (limited to 'Minecraft.Client/Common/Media/xuiscene_debug_item_editor.h') diff --git a/Minecraft.Client/Common/Media/xuiscene_debug_item_editor.h b/Minecraft.Client/Common/Media/xuiscene_debug_item_editor.h new file mode 100644 index 00000000..0508e92a --- /dev/null +++ b/Minecraft.Client/Common/Media/xuiscene_debug_item_editor.h @@ -0,0 +1,12 @@ +#define IDC_icon L"icon" +#define IDC_itemName L"itemName" +#define IDC_itemId L"itemId" +#define IDC_XuiLabel1 L"XuiLabel1" +#define IDC_itemAuxValue L"itemAuxValue" +#define IDC_XuiLabel2 L"XuiLabel2" +#define IDC_itemCount L"itemCount" +#define IDC_XuiLabel3 L"XuiLabel3" +#define IDC_item4JData L"item4JData" +#define IDC_XuiLabel4 L"XuiLabel4" +#define IDC_ruleXml L"ruleXml" +#define IDC_DebugItemEditor L"DebugItemEditor" -- cgit v1.2.3