namespace Content.Server.IgnitionSource; /// /// Raised in order to toggle the ignitionSourceComponent on an entity on or off /// [ByRefEvent] public readonly record struct IgnitionEvent(bool Ignite = false);