Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacky720 committed May 23, 2022
1 parent 0923bf7 commit 1a3b845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UndertaleModLib/Models/UndertaleRoom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ public interface LayerData : UndertaleObject
// GMS 2022.1+
public bool EffectEnabled { get; set; }
public UndertaleString EffectType { get; set; }
public UndertaleSimpleList<EffectProperty> EffectProperties { get; set; }
public UndertaleSimpleList<EffectProperty> EffectProperties { get; set; } = new();

public void UpdateParentRoom()
{
Expand Down

0 comments on commit 1a3b845

Please sign in to comment.