перенос файлов сервера из папки White в _White

This commit is contained in:
Remuchi
2024-01-28 18:18:54 +07:00
parent 21dbccfec9
commit 1e4ad59270
309 changed files with 450 additions and 437 deletions

View File

@@ -1,7 +1,7 @@
using Content.Server.Administration.Managers;
using Content.Server.Database;
using Content.Server.GameTicking;
using Content.Server.White.PandaSocket.Main;
using Content.Server._White.PandaSocket.Main;
using Content.Shared.Administration;
using Content.Shared.CCVar;
using Content.Shared.Database;

View File

@@ -8,8 +8,8 @@ using Content.Server.Chat.Managers;
using Content.Server.Database;
using Content.Server.GameTicking;
using Content.Server.White;
using Content.Server.White.PandaSocket.Interfaces;
using Content.Server.White.PandaSocket.Main;
using Content.Server._White.PandaSocket.Interfaces;
using Content.Server._White.PandaSocket.Main;
using Content.Shared.CCVar;
using Content.Shared.Database;
using Content.Shared.Players;

View File

@@ -1,7 +1,7 @@
using System.Collections.Immutable;
using System.Net;
using System.Threading.Tasks;
using Content.Server.White.PandaSocket.Interfaces;
using Content.Server._White.PandaSocket.Interfaces;
using Content.Shared.Database;
using Content.Shared.Roles;
using Robust.Shared.Network;

View File

@@ -13,7 +13,7 @@ using Robust.Shared.Player;
using Content.Server.GameTicking.Rules.Components;
using System.Linq;
using Content.Server.Players;
using Content.Server.White.Cult.GameRule;
using Content.Server._White.Cult.GameRule;
using Robust.Server.Player;
namespace Content.Server.Administration.Systems;

View File

@@ -8,7 +8,7 @@ using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Content.Server.Administration.Managers;
using Content.Server.GameTicking;
using Content.Server.White.PandaSocket.Main;
using Content.Server._White.PandaSocket.Main;
using Content.Shared.Administration;
using Content.Shared.CCVar;
using Content.Shared.Mind;