using Robust.Shared.Player; namespace Content.Shared.Chat; /// /// Event fired before a player's entity speaks on LOOC or Deadchat. /// [ByRefEvent] public record struct InGameOocMessageAttemptEvent(ICommonSession Session, InGameOOCChatType Type, bool Cancelled = false);