Inheritance: AttackFrontalInfo
Ejemplo n.º 1
0
		public AttackSwallow(Actor self, AttackSwallowInfo info)
			: base(self, info)
		{
			Info = info;
		}
Ejemplo n.º 2
0
 public AttackSwallow(Actor self, AttackSwallowInfo info)
     : base(self, info)
 {
     Info = info;
 }