Replace the DisplayTimer field with a DisplayTimerStances field in SupportPowerInfo

This commit is contained in:
abcdefg30
2016-04-24 17:48:13 +02:00
parent 1cdc169ad0
commit 9848c98750
2 changed files with 12 additions and 3 deletions

View File

@@ -44,7 +44,8 @@ namespace OpenRA.Mods.Common.Traits
public readonly string IncomingSound = null;
public readonly string IncomingSpeechNotification = null;
public readonly bool DisplayTimer = false;
[Desc("Defines to which players the timer is shown.")]
public readonly Stance DisplayTimerStances = Stance.None;
[Desc("Palette used for the icon.")]
[PaletteReference] public readonly string IconPalette = "chrome";