Content changes for session specific entity states (#11235)
This commit is contained in:
@@ -12,6 +12,8 @@ public sealed class ActionsComponent : Component
|
||||
[ViewVariables]
|
||||
[Access(typeof(SharedActionsSystem), Other = AccessPermissions.ReadExecute)] // FIXME Friends
|
||||
public SortedSet<ActionType> Actions = new();
|
||||
|
||||
public override bool SendOnlyToOwner => true;
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
|
||||
Reference in New Issue
Block a user