Fix some compile warnings

This commit is contained in:
Paul Chote
2010-10-07 22:46:25 +13:00
parent 761f62292f
commit 7426d47cd5
4 changed files with 8 additions and 13 deletions

View File

@@ -17,7 +17,6 @@ namespace OpenRA.Mods.RA
{
public class TargetableAircraftInfo : TargetableInfo
{
public readonly string[] TargetTypes = { };
public readonly string[] GroundedTargetTypes = { };
public override object Create(ActorInitializer init) { return new TargetableAircraft(init.self, this); }
}