move SupportPowerInfo.MissileWeapon to NukePowerInfo where it belongs

This commit is contained in:
Chris Forbes
2010-04-16 11:44:51 +12:00
parent 11a0679261
commit aaa9c2e579
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,6 @@ namespace OpenRA.Traits
public readonly string[] Prerequisites = { };
public readonly int TechLevel = -1;
public readonly bool GivenAuto = true;
public readonly string MissileWeapon = "";
public readonly string BeginChargeSound = null;
public readonly string EndChargeSound = null;