Adds Mods.Common usings where necessary.

This commit is contained in:
reaperrr
2014-11-05 18:44:14 +01:00
parent 488af4b4b9
commit 5aec72ce6d
11 changed files with 11 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ using System.Drawing;
using System.Linq;
using System.Threading;
using OpenRA.Graphics;
using OpenRA.Mods.Common;
using OpenRA.Mods.Common.Widgets;
using OpenRA.Network;
using OpenRA.Traits;