Add a Desc for Buildable.BuildPaletteOrder.

Also removes the long-outdated UI-fluff comment.
This commit is contained in:
Paul Chote
2018-09-09 19:40:57 +01:00
committed by Matthias Mailänder
parent 024722a96c
commit 3abc85b588

View File

@@ -46,7 +46,7 @@ namespace OpenRA.Mods.Common.Traits
[Desc("Percentage modifier to apply to the build duration.")] [Desc("Percentage modifier to apply to the build duration.")]
public readonly int BuildDurationModifier = 60; public readonly int BuildDurationModifier = 60;
// TODO: UI fluff; doesn't belong here [Desc("Sort order for the production palette. Smaller numbers are presented earlier.")]
public readonly int BuildPaletteOrder = 9999; public readonly int BuildPaletteOrder = 9999;
[Desc("Text shown in the production tooltip.")] [Desc("Text shown in the production tooltip.")]