Misc state-handling changes (#16444)
This commit is contained in:
@@ -22,6 +22,9 @@ public sealed class ActionsComponentState : ComponentState
|
||||
{
|
||||
public readonly List<ActionType> Actions;
|
||||
|
||||
[NonSerialized]
|
||||
public SortedSet<ActionType>? SortedActions;
|
||||
|
||||
public ActionsComponentState(List<ActionType> actions)
|
||||
{
|
||||
Actions = actions;
|
||||
|
||||
Reference in New Issue
Block a user