我去忘记提交了

This commit is contained in:
Tourswen
2025-11-09 22:05:40 +08:00
parent 84f3fe33ab
commit 6e16cf3828
198 changed files with 4957 additions and 2388 deletions

View File

@@ -7,10 +7,14 @@ namespace WulaFallenEmpire
{
public float fuelNeededToLaunch = 25f;
public SoundDef launchSound;
// 垃圾屏蔽配置 - 通过XML控制
public bool garbageShieldEnabled = false;
public string garbageShieldUIEventDefName = "Wula_UI_Legion_Reply_1";
public CompProperties_Launchable_ToGlobalStorage()
{
this.compClass = typeof(CompLaunchable_ToGlobalStorage);
}
}
}
}