Split `ReplacementAccentPrototype and ReplacementAccentComponent` in different files (#35107)

* Split ReplacementAccentPrototype  and ReplacementAccentComponent

* Fixes

* Fixes

* inheritdoc
This commit is contained in:
Winkarst
2025-02-12 14:21:12 +03:00
committed by GitHub
parent 773159d6db
commit 0d33e6182c
5 changed files with 45 additions and 40 deletions

View File

@@ -1,6 +1,7 @@
using System.Linq;
using System.Text.RegularExpressions;
using Content.Server.Speech.Components;
using Content.Server.Speech.Prototypes;
using JetBrains.Annotations;
using Robust.Shared.Prototypes;
using Robust.Shared.Random;