Новый акцент

This commit is contained in:
BIGZi0348
2024-12-29 23:01:40 +03:00
parent e37967088b
commit dbe769bf0a
5 changed files with 173 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(GermanAccentSystem))]
public sealed partial class GermanAccentComponent : Component
{
}