Add descriptions as those are not obvious in this context.
This commit is contained in:
committed by
atlimit8
parent
d187575a2c
commit
dd062adec2
@@ -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.")]
|
||||||
|
|||||||
Reference in New Issue
Block a user