Files
OldThink/Content.Server/_White/HopSpeaker/PapersSpeechComponent.cs
2024-12-29 16:00:55 +03:00

11 lines
231 B
C#

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