Add descriptions as those are not obvious in this context.

This commit is contained in:
Matthias Mailänder
2020-03-21 11:58:17 +01:00
committed by atlimit8
parent d187575a2c
commit dd062adec2

View File

@@ -30,7 +30,11 @@ namespace OpenRA.Mods.Common.Traits
public readonly string Description = ""; public readonly string Description = "";
public readonly string LongDesc = ""; public readonly string LongDesc = "";
[Desc("Allow multiple instances of the same support power.")]
public readonly bool AllowMultiple = false; public readonly bool AllowMultiple = false;
[Desc("Allow this to be used only once.")]
public readonly bool OneShot = false; public readonly bool OneShot = false;
[Desc("Cursor to display for using this support power.")] [Desc("Cursor to display for using this support power.")]