This commit is contained in:
2025-09-25 19:04:31 +08:00
parent 820a106c78
commit 8d58c5b0b1
8 changed files with 136 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
using Verse;
namespace ArachnaeSwarm
{
public class SuperCarryExtension : DefModExtension
{
public bool canSuperCarry = false;
public bool requiresFlight = false;
public bool canCarryHostile = false; // 新增字段
}
}