Еврейский акцент

This commit is contained in:
Bombinos
2024-09-01 20:17:38 +03:00
parent f8b9092c53
commit 07fd3454b2
3 changed files with 87 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(JewishAccentSystem))]
public sealed partial class JewishAccentComponent : Component
{
}