Beispiel #1
0
 public HistoricalThing(Thing thing)
 {
     guid       = Guid.NewGuid();
     name       = thing.thingName;
     baseType   = thing.baseType;
     age        = thing.age;
     bornAt     = thing.bornAt;
     this.thing = thing;
 }
Beispiel #2
0
 public ActionStep(Actions action, Tasks.CreatureTasks task, Thing.Base_Types targetBaseType)
 {
     this.targetBaseType = targetBaseType;
     Initialize(action, task, 1);
 }