Ejemplo n.º 1
0
 public DebugNextAutoTargetScanTime(Actor self)
 {
     a = self.Trait <AutoTarget>();
 }
Ejemplo n.º 2
0
 public AttackMoveActivity(Actor self, Activity inner)
 {
     this.inner = inner;
     autoTarget = self.TraitOrDefault <AutoTarget>();
 }
Ejemplo n.º 3
0
 public DebugRetiliateAgainstAggressor(Actor self)
 {
     a = self.Trait <AutoTarget>();
 }