This commit is contained in:
2025-07-27 17:23:35 +08:00
parent 821d7fdac4
commit 49d58a83cb
5 changed files with 16 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ namespace WulaFallenEmpire
{
public static class WulaDebugActions
{
[DebugAction("Wula Fallen Empire", "Open Custom UI...", actionType = DebugActionType.ToolMap, allowedGameStates = AllowedGameStates.Playing)]
[DebugAction("Wula Fallen Empire", "Open Custom UI...", actionType = DebugActionType.Action, allowedGameStates = AllowedGameStates.Playing)]
private static void OpenCustomUI()
{
List<DebugMenuOption> list = new List<DebugMenuOption>();