Files
wwdpublic/Content.Server/Speech/Components/MothAccentComponent.cs
lzk 9c61478c31 Moth accent (#21910)
* :trollface:

* :trollface:

* :trollface:

* Update moth.yml

* Update animals.yml
2023-12-02 20:19:25 +01:00

11 lines
177 B
C#

namespace Content.Server.Speech.Components;
/// <summary>
/// Buzzz!
/// </summary>
[RegisterComponent]
public sealed partial class MothAccentComponent : Component
{
}