move aircraft code into Mods.RA/Air/

This commit is contained in:
Bob
2010-11-06 12:15:14 +13:00
parent aa0c14c214
commit 801aa1156f
26 changed files with 46 additions and 38 deletions

View File

@@ -11,7 +11,8 @@
using System.Collections.Generic;
using System.Linq;
using OpenRA.Traits;
using System;
using System;
using OpenRA.Mods.RA.Air;
namespace OpenRA.Mods.RA
{