11 lines
256 B
C#
11 lines
256 B
C#
using Verse;
|
|
|
|
namespace ArachnaeSwarm
|
|
{
|
|
public class SuperCarryExtension : DefModExtension
|
|
{
|
|
public bool canSuperCarry = false;
|
|
public bool requiresFlight = false;
|
|
public bool canCarryHostile = false; // 新增字段
|
|
}
|
|
} |