namespace Content.Shared.Bed.Sleep; /// /// Raised by an entity about to fall asleep. /// Set Cancelled to true on event handling to interrupt /// [ByRefEvent] public record struct TryingToSleepEvent(EntityUid uid, bool Cancelled = false);