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

@@ -12,6 +12,7 @@ using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using OpenRA.Mods.RA.Orders;
using OpenRA.Mods.RA.Render;
using OpenRA.Traits;
namespace OpenRA.Mods.RA