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

@@ -8,8 +8,7 @@
*/
#endregion
using System.Collections.Generic;
using System.Drawing;
using System.Collections.Generic;
using System.Linq;
using OpenRA.FileFormats;
using OpenRA.Server;