Move TextRenderable into Mods.RA.

This commit is contained in:
Paul Chote
2014-07-22 16:27:03 +12:00
parent 1cb6026c38
commit 4589e93180
5 changed files with 5 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ using System.Collections.Generic;
using System.Drawing;
using OpenRA.Effects;
using OpenRA.Graphics;
using OpenRA.Mods.RA.Graphics;
namespace OpenRA.Mods.RA.Effects
{