Fix SequenceReference definitions.

This commit is contained in:
Paul Chote
2020-08-12 17:46:37 +01:00
committed by abcdefg30
parent b985edbc29
commit b8e60ca8ec
7 changed files with 9 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ namespace OpenRA.Mods.Cnc.Traits
public readonly string EntryEffect = "podring";
[Desc("Effect sequence to display in the air.")]
[SequenceReference("Effect")]
[SequenceReference("EntryEffect")]
public readonly string EntryEffectSequence = "idle";
[PaletteReference]