This commit is contained in:
BIGZi0348
2024-12-16 20:59:24 +03:00
parent cb62b4bbb5
commit dc7ce0d9b1
5 changed files with 121 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
using Content.Server._Honk.Speech.EntitySystems;
namespace Content.Server._Honk.Speech.Components;
[RegisterComponent]
[Access(typeof(AlasAccentSystem))]
public sealed partial class AlasAccentComponent : Component
{
}