using Robust.Shared.Serialization; namespace Content.Shared.Damage.ForceSay; /// /// Sent to clients as a network event when their entity contains /// that COMMANDS them to speak the current message in their chatbox /// [Serializable, NetSerializable] public sealed class DamageForceSayEvent : EntityEventArgs { public string? Suffix; }