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

This commit is contained in:
Remuchi
2024-01-28 18:37:24 +07:00
parent 1e4ad59270
commit 3a08b81d53
370 changed files with 805 additions and 812 deletions

View File

@@ -5,7 +5,7 @@ using Content.Shared.Administration;
using Content.Shared.CCVar;
using Content.Shared.GameTicking;
using Content.Shared.Roles;
using Content.Shared.White;
using Content.Shared._White;
using Robust.Server.Player;
using Robust.Shared.Configuration;
using Robust.Shared.Console;

View File

@@ -4,7 +4,7 @@ using Content.Server.Station.Components;
using Robust.Shared.Network;
using Robust.Shared.Player;
using System.Text;
using Content.Shared.White;
using Content.Shared._White;
namespace Content.Server.GameTicking
{

View File

@@ -23,7 +23,7 @@ using Robust.Shared.Utility;
using Content.Server._White.PandaSocket.Main;
using Content.Server._White.Reputation;
using Content.Server._White.Stalin;
using Content.Shared.White;
using Content.Shared._White;
namespace Content.Server.GameTicking
{

View File

@@ -19,7 +19,7 @@ using Content.Shared.Mind;
using Content.Shared.Preferences;
using Content.Shared.Roles;
using Content.Shared.Roles.Jobs;
using Content.Shared.White;
using Content.Shared._White;
using JetBrains.Annotations;
using Robust.Shared.Map;
using Robust.Shared.Map.Components;

View File

@@ -28,7 +28,7 @@ using Content.Server._White.Administration;
using Content.Server._White.AspectsSystem.Aspects;
using Content.Server._White.AspectsSystem.Aspects.Components;
using Content.Server._White.Reputation;
using Content.Shared.White.Mood;
using Content.Shared._White.Mood;
namespace Content.Server.GameTicking.Rules;