remove obsolete DefInjected files and update assembly

- Remove extensive list of Chinese and English DefInjected XML files (Events, Buildings, Items, Weapons, etc
- Add `[MustTranslate]` attributes to `CompProperties_OpenCustomUI` fields
- Update
This commit is contained in:
2025-12-16 15:56:43 +08:00
parent b392941e4e
commit 7b5a82ea74
23 changed files with 8 additions and 130 deletions

View File

@@ -9,7 +9,9 @@ namespace WulaFallenEmpire
public class CompProperties_OpenCustomUI : CompProperties
{
public string uiDefName;
[MustTranslate]
public string label; // The text to display in the float menu
[MustTranslate]
public string failReason; // Optional: Custom text to show if the pawn can't reach the building
public CompProperties_OpenCustomUI()