Inheritance: ITraitInfo
Example #1
0
 public Wanders(Actor self, WandersInfo info)
 {
     this.self           = self;
     this.info           = info;
     effectiveMoveRadius = info.WanderMoveRadius;
 }
Example #2
0
 public Wanders(Actor self, WandersInfo info)
 {
     this.self = self;
     this.info = info;
     effectiveMoveRadius = info.WanderMoveRadius;
 }