Skip to content

Commit

Permalink
List を用意すれば良さそう
Browse files Browse the repository at this point in the history
  • Loading branch information
torikizi committed Dec 17, 2024
1 parent 8292815 commit a515d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sora/Sora.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public class Rule

public class ForwardingFilters
{
public List<ForwardingFilter> Filters { get; set; } = new List<ForwardingFilter>();
private List<ForwardingFilter> filters = new List<ForwardingFilter>();
}

/// <summary>
Expand Down

0 comments on commit a515d82

Please sign in to comment.