Create Mods.Common

Create a small base for Mods.Common and update solution and makefile to use it
This commit is contained in:
steelphase
2014-09-19 20:16:29 -04:00
parent 83dd4db909
commit 3a72153a3d
12 changed files with 88 additions and 10 deletions

View File

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