整理一下

This commit is contained in:
2025-08-28 10:22:21 +08:00
parent 43db20bcca
commit a68af09185
9 changed files with 3 additions and 233 deletions

View File

@@ -9,5 +9,6 @@ namespace WulaFallenEmpire
public DamageDef damageDef; // Custom damage type
public float damageAmount = -1f; // Custom damage amount
public float armorPenetration = -1f; // Custom armor penetration
public float maxRange = 1000f; // Default max range for beams
}
}