상속: OpenRA.Traits.AttackBaseInfo
예제 #1
0
 public AttackFollow(Actor self, AttackFollowInfo info)
     : base(self, info)
 {
     Info = info;
 }
예제 #2
0
		public AttackFollow(Actor self, AttackFollowInfo info)
			: base(self, info) { }