fix:1、修复bug

This commit is contained in:
2026-07-13 14:16:20 +08:00
parent 6b2fb1b091
commit 1525921521
23 changed files with 941 additions and 13 deletions
@@ -177,5 +177,7 @@ namespace RedHotRoast
public static uint SaveingPotUI_Close = ++cursor_OpenClose;
public static uint ArrowSettingUI_Open = ++cursor_OpenClose;
public static uint ArrowSettingUI_Close = ++cursor_OpenClose;
public static uint ArrowGameResultUI_Open = ++cursor_OpenClose;
public static uint ArrowGameResultUI_Close = ++cursor_OpenClose;
}
}