改转接defname

This commit is contained in:
2025-08-28 11:50:20 +08:00
parent 753b571097
commit 7abbe86d10
4 changed files with 3 additions and 1 deletions

View File

@@ -10,5 +10,6 @@ namespace WulaFallenEmpire
public float damageAmount = -1f; // Custom damage amount
public float armorPenetration = -1f; // Custom armor penetration
public float maxRange = 1000f; // Default max range for beams
public string beamDefName = "ExcaliburBeam"; // Default beam def name
}
}