Loudspeaker

This commit is contained in:
BIGZi0348
2024-12-29 16:00:55 +03:00
parent 7d103834d2
commit 1907ecc399
11 changed files with 153 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
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
{
}