Content changes for session specific entity states (#11235)
This commit is contained in:
@@ -11,4 +11,6 @@ namespace Content.Shared.Alert;
|
||||
public sealed class AlertsComponent : Component
|
||||
{
|
||||
[ViewVariables] public Dictionary<AlertKey, AlertState> Alerts = new();
|
||||
|
||||
public override bool SendOnlyToOwner => true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user