コード例 #1
0
 public WarriorBrain(CreatureEntity owner)
     : base(owner)
 {
     EmittersX = new BytesSet((sbyte)EmitterKind.ek_GuardAlarm);
 }
コード例 #2
0
 public MagicRec(BytesSet main, BytesSet ext)
 {
     Main = main;
     Ext  = ext;
 }