Adds description to ChooseBuildTabOnSelect

This commit is contained in:
reaperrr
2014-11-23 18:13:35 +01:00
parent f263579158
commit aad6ad00a1

View File

@@ -16,6 +16,8 @@ using OpenRA.Widgets;
namespace OpenRA.Mods.D2k.Traits
{
[Desc("If the BuildPaletteWidget is used, this trait needs to be added to world actor",
"to make the build palette open automatically when a production facility is deployed.")]
class ChooseBuildTabOnSelectInfo : ITraitInfo
{
public readonly string BuildPaletteWidgetName = "INGAME_BUILD_PALETTE";