move all the Game.Exts junk either down into FileFormats or into WorldUtils

This commit is contained in:
Chris Forbes
2011-03-12 19:33:16 +13:00
parent f4494d67b2
commit 1e3f365cf2
6 changed files with 55 additions and 78 deletions

View File

@@ -15,8 +15,7 @@ using OpenRA.Effects;
using OpenRA.FileFormats;
using OpenRA.Network;
using OpenRA.Orders;
using OpenRA.Traits;
using OpenRA.Widgets;
using OpenRA.Traits;
using XRandom = OpenRA.Thirdparty.Random;
namespace OpenRA