namespace Content.Server._White.HopSpeaker; /// /// Entity with this component will have a pixel font while speaking. /// [RegisterComponent] public sealed partial class PapersSpeechComponent : Component { }