This commit is contained in:
Tourswen
2025-11-22 01:41:05 +08:00
parent 34c93bb18d
commit d0b06cbc72
30 changed files with 1083 additions and 427 deletions

View File

@@ -33,6 +33,12 @@ namespace WulaFallenEmpire
// 特殊效果
public bool showDamageNumbers = false; // 显示伤害数值(调试用)
// 新增:开关设置
public bool startEnabled = true; // 初始是否启用
public string toggleLabel = "Toggle Area Damage"; // 开关标签
public string toggleDescription = "Enable or disable the area damage effect"; // 开关描述
public string toggleIconPath; // 开关图标路径
public CompProperties_AreaDamage()
{
compClass = typeof(CompAreaDamage);