Ejemplo n.º 1
0
 public AttackWander(Actor self, AttackWanderInfo info)
     : base(self, info)
 {
     attackMove = self.Trait <AttackMove>();
 }