11 lines
231 B
C#
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
|
|
{
|
|
|
|
}
|