Moved production description from Tooltip to Buildable

This commit is contained in:
Tyson Liddell
2016-10-02 13:23:22 +11:00
parent e9d2da948e
commit aeb1e07823
4 changed files with 23 additions and 2 deletions

View File

@@ -45,6 +45,9 @@ namespace OpenRA.Mods.Common.Traits
// TODO: UI fluff; doesn't belong here
public readonly int BuildPaletteOrder = 9999;
[Desc("Text shown in the production tooltip.")]
[Translate] public readonly string Description = "";
}
public class Buildable { }