namespace Content.Server.Language; // // Signifies that this entity can speak and understand any language. // Applies to such entities as ghosts. // [RegisterComponent] public sealed partial class UniversalLanguageSpeakerComponent : Component { [DataField] public bool Enabled = true; }