存
This commit is contained in:
11
Source/ArachnaeSwarm/SuperCarryExtension.cs
Normal file
11
Source/ArachnaeSwarm/SuperCarryExtension.cs
Normal 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; // 新增字段
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user