Document FlashType.

This commit is contained in:
Matthias Mailänder
2016-02-19 09:49:59 +01:00
parent 8e62186c6c
commit 50294917da

View File

@@ -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]