Delta-v/Content.Server/DeltaV/Speech/Components/IrishAccentComponent.cs

10 lines
291 B
C#

using Content.Server.DeltaV.Speech.EntitySystems;
namespace Content.Server.DeltaV.Speech.Components;
// Takes the ES and assigns the system and component to each other
[RegisterComponent]
[Access(typeof(IrishAccentSystem))]
public sealed partial class IrishAccentComponent : Component
{ }