Move RenderSprites and RenderSimple into Mods.RA.

This commit is contained in:
Paul Chote
2014-07-21 18:08:11 +12:00
parent f62bec0530
commit 51abbad5ff
17 changed files with 20 additions and 5 deletions

View File

@@ -11,6 +11,7 @@
using System.Collections.Generic;
using System.Linq;
using OpenRA.Mods.RA.Buildings;
using OpenRA.Mods.RA.Render;
using OpenRA.Primitives;
using OpenRA.Traits;