Move VeteranProductionIconOverlay to Traits.Render

This commit is contained in:
reaperrr
2016-04-16 14:21:55 +02:00
parent fd5a597966
commit a1ce5bd978
2 changed files with 2 additions and 3 deletions

View File

@@ -11,10 +11,9 @@
using System.Collections.Generic;
using OpenRA.Graphics;
using OpenRA.Mods.Common.Traits.Render;
using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits
namespace OpenRA.Mods.Common.Traits.Render
{
[Desc("Attach this to the player actor. When attached, enables all actors possessing the LevelupWhenCreated ",
"trait to have their production queue icons render with an overlay defined in this trait. ",