Files
tbd-station-14/Content.Server/Speech/Components/MothAccentComponent.cs
lzk 440de19e30 Moth accent (#21910)
* :trollface:

* :trollface:

* :trollface:

* Update moth.yml

* Update animals.yml
2023-11-27 14:28:43 -07:00

11 lines
177 B
C#

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