public override void Load(LoadObjectStore ObjectStore)
 {
     base.Load(ObjectStore);
     _TravelActions = ObjectStore.LoadListProperty <TravelAction>("travel-actions");
 }
Пример #2
0
 public override void Load(LoadObjectStore ObjectStore)
 {
     base.Load(ObjectStore);
     Behaviors      = ObjectStore.LoadListProperty <Goal>("behaviors");
     _BehaviorIndex = ObjectStore.LoadInt32Property("behavior-index");
 }