API Reference › GameEventsIGameEvent`1InterfaceNamespace: SwiftlyS2.Shared.GameEvents · Assembly: SwiftlyS2.CS2.dllpublic interface IGameEvent<T> where T : IGameEvent<T>View sourcePropertiesAccessorIGameEventAccessor Accessor { get; }Property ValueIGameEventAccessorDontBroadcastWhen true, the event will not be broadcast to clients.bool DontBroadcast { get; set; }Property Valuebool