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

@@ -13,6 +13,7 @@ using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using OpenRA.Graphics;
using OpenRA.Mods.RA.Render;
using OpenRA.Traits;
using OpenRA.Widgets;