Skip to content

Commit

Permalink
This should be optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
MustaphaTR committed Aug 24, 2023
1 parent b057eba commit e12fabe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class GrantExternalConditionPowerInfo : SupportPowerInfo

public readonly string EffectImage = null;

[SequenceReference(nameof(EffectImage))]
[SequenceReference(nameof(EffectImage), allowNullImage: true)]
public readonly string EffectSequence = null;

[PaletteReference]
Expand Down

0 comments on commit e12fabe

Please sign in to comment.