This commit is contained in:
Tourswen
2026-02-25 23:54:44 +08:00
parent fff40b0edb
commit 991c746005
11 changed files with 92 additions and 32 deletions

View File

@@ -86,7 +86,7 @@ namespace WulaFallenEmpire
{
defaultLabel = "WULA_ForceRepair".Translate(),
defaultDesc = "WULA_ForceRepairDesc".Translate(),
icon = ContentFinder<Texture2D>.Get("WulaFallenEmpire/UI/Commands/WULA_Repair_Mech"),
icon = ContentFinder<Texture2D>.Get("Wula/UI/Commands/WULA_Repair_Mech"),
action = () => ForceRepairNow()
};