Remove the AttackSwallow Info field overloading.

This commit is contained in:
Paul Chote
2014-12-14 10:49:35 +13:00
parent 8e001663dc
commit a50ccd1020
2 changed files with 6 additions and 9 deletions

View File

@@ -28,13 +28,8 @@ namespace OpenRA.Mods.D2k
class AttackSwallow : AttackFrontal
{
new public readonly AttackSwallowInfo Info;
public AttackSwallow(Actor self, AttackSwallowInfo info)
: base(self, info)
{
Info = info;
}
: base(self, info) { }
public override void DoAttack(Actor self, Target target)
{