光束炮

This commit is contained in:
2025-11-10 17:24:05 +08:00
parent 85d64e6dfa
commit 03be24e5c0
14 changed files with 433 additions and 912 deletions

View File

@@ -0,0 +1,10 @@
using RimWorld;
using Verse;
namespace WulaFallenEmpire
{
public class AbilityWeaponDefExtension : DefModExtension
{
public ThingDef weaponDef; // 与此Ability相关的武器定义
}
}