From 50294917da20562e46109940f2888885000fbbfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Fri, 19 Feb 2016 09:49:59 +0100 Subject: [PATCH] Document FlashType. --- OpenRA.Mods.Common/Traits/SupportPowers/NukePower.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRA.Mods.Common/Traits/SupportPowers/NukePower.cs b/OpenRA.Mods.Common/Traits/SupportPowers/NukePower.cs index d8a1918d7c..a65f94a9aa 100644 --- a/OpenRA.Mods.Common/Traits/SupportPowers/NukePower.cs +++ b/OpenRA.Mods.Common/Traits/SupportPowers/NukePower.cs @@ -60,6 +60,7 @@ namespace OpenRA.Mods.Common.Traits [Desc("Amount of time after detonation to remove the camera")] public readonly int CameraRemoveDelay = 25; + [Desc("Corresponds to `Type` from `FlashPaletteEffect` on the world actor.")] public readonly string FlashType = null; [SequenceReference]