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;
using System.Linq;
using OpenRA.Traits;
using OpenRA.Mods.RA.Render;
namespace OpenRA.Mods.RA
{