Inheritance: AttackFrontalInfo
Example #1
0
		public AttackSwallow(Actor self, AttackSwallowInfo info)
			: base(self, info)
		{
			Info = info;
		}
Example #2
0
 public AttackSwallow(Actor self, AttackSwallowInfo info)
     : base(self, info)
 {
     Info = info;
 }