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

@@ -17,6 +17,7 @@ using OpenRA.Network;
using OpenRA.Server;
using S = OpenRA.Server.Server;
using OpenRA.Mods.Common.Server;
using OpenRA.Mods.Common;
namespace OpenRA.Mods.RA.Server
{