namespace Content.Shared.Language.Components.Translators; /// /// A translator attached to an entity that translates its speech. /// An example is a translator implant that allows the speaker to speak another language. /// [RegisterComponent, Virtual] public partial class IntrinsicTranslatorComponent : Translators.BaseTranslatorComponent { }