Add missing TraitLocation to OrderEffects.

This commit is contained in:
Paul Chote
2021-07-04 10:16:47 +01:00
committed by abcdefg30
parent 7a93ff3258
commit 2c5fce5e3c

View File

@@ -17,6 +17,7 @@ namespace OpenRA.Mods.Common.Traits
{
public enum ActorFlashType { Overlay, Tint }
[TraitLocation(SystemActors.World)]
[Desc("Renders an effect at the order target locations.")]
public class OrderEffectsInfo : TraitInfo
{