상속: AttackFrontalInfo
예제 #1
0
		public AttackSwallow(Actor self, AttackSwallowInfo info)
			: base(self, info)
		{
			Info = info;
		}
예제 #2
0
 public AttackSwallow(Actor self, AttackSwallowInfo info)
     : base(self, info)
 {
     Info = info;
 }