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