mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-06-09 10:06:49 +02:00
omg...
This commit is contained in:
@@ -15,11 +15,11 @@ namespace Content.Client.Corvax.TTS;
|
||||
/// Plays TTS audio in world
|
||||
/// </summary>
|
||||
// ReSharper disable once InconsistentNaming
|
||||
public sealed class TTSSystem : EntitySystem
|
||||
public sealed partial class TTSSystem : EntitySystem
|
||||
{
|
||||
[Dependency] private readonly IConfigurationManager _cfg = default!;
|
||||
[Dependency] private readonly IResourceManager _res = default!;
|
||||
[Dependency] private readonly AudioSystem _audio = default!;
|
||||
[Dependency] private IConfigurationManager _cfg = default!;
|
||||
[Dependency] private IResourceManager _res = default!;
|
||||
[Dependency] private AudioSystem _audio = default!;
|
||||
|
||||
private ISawmill _sawmill = default!;
|
||||
private static MemoryContentRoot _contentRoot = new();
|
||||
|
||||
Reference in New Issue
Block a user