Rename support power field for consistency.

This commit is contained in:
Matthias Mailänder
2021-12-05 13:59:29 +01:00
committed by reaperrr
parent 9852bd08e4
commit b3d290edd9
15 changed files with 93 additions and 61 deletions

View File

@@ -29,8 +29,8 @@ namespace OpenRA.Mods.Common.Traits
[Desc("Palette used for the icon.")]
public readonly string IconPalette = "chrome";
public readonly string Name = "";
public readonly string Description = "";
public readonly string LongDesc = "";
[Desc("Allow multiple instances of the same support power.")]
public readonly bool AllowMultiple = false;