mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 04:30:57 +01:00
9 lines
192 B
C#
9 lines
192 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Content.Shared.Speech.Components;
|
|
[RegisterComponent, NetworkedComponent]
|
|
public sealed partial class RatvarianLanguageComponent : Component
|
|
{
|
|
|
|
}
|