start cleaning GameInitDelegate

This commit is contained in:
Chris Forbes
2011-05-22 21:10:13 +12:00
parent 41124a12f2
commit fdfa3fc1d3

View File

@@ -9,16 +9,13 @@
#endregion
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Net;
using ICSharpCode.SharpZipLib;
using ICSharpCode.SharpZipLib.Zip;
using System.Threading;
using OpenRA.FileFormats;
using OpenRA.Network;
using OpenRA.Widgets;
using System.Threading;
namespace OpenRA.Mods.RA.Widgets.Delegates
{