перенос общих файлов из папки White в _White
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Content.Shared.White.TTS;
|
||||
using Content.Shared._White.TTS;
|
||||
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
|
||||
|
||||
namespace Content.Server._White.TTS;
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using System.Web;
|
||||
using Content.Shared.CCVar;
|
||||
using Content.Shared.White;
|
||||
using Content.Shared._White;
|
||||
using Prometheus;
|
||||
using Robust.Shared.Configuration;
|
||||
|
||||
|
||||
@@ -5,9 +5,9 @@ using Content.Server.Chat.Systems;
|
||||
using Content.Server.Light.Components;
|
||||
using Content.Server.Station.Components;
|
||||
using Content.Server.Station.Systems;
|
||||
using Content.Shared.White.TTS;
|
||||
using Content.Shared._White.TTS;
|
||||
using Content.Shared.GameTicking;
|
||||
using Content.Shared.White;
|
||||
using Content.Shared._White;
|
||||
using Robust.Server.Audio;
|
||||
using Robust.Server.Player;
|
||||
using Robust.Shared.Configuration;
|
||||
|
||||
Reference in New Issue
Block a user