Add Mod.Common Graphics

Moved Graphics to Mod.Common
This commit is contained in:
steelphase
2014-09-20 00:11:34 -04:00
parent ded39d1933
commit f948bf0d1b
47 changed files with 422 additions and 66 deletions

View File

@@ -11,7 +11,7 @@
using System.Collections.Generic;
using System.Drawing;
using OpenRA.Graphics;
using OpenRA.Mods.RA.Graphics;
using OpenRA.Mods.Common.Graphics;
using OpenRA.Traits;
namespace OpenRA.Mods.RA