Inheritance: OpenRA.Traits.AttackBaseInfo
Ejemplo n.º 1
0
 public AttackFollow(Actor self, AttackFollowInfo info)
     : base(self, info)
 {
     Info = info;
 }
Ejemplo n.º 2
0
		public AttackFollow(Actor self, AttackFollowInfo info)
			: base(self, info) { }