:trollface:

This commit is contained in:
deltanedas 2024-08-09 19:59:39 +01:00
parent bd832562db
commit efc005da7d
5 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,7 @@
using Content.Server.Administration.Systems;
using Content.Shared.Antag;
using Content.Shared.Destructible.Thresholds;
using Content.Shared.Preferences.Loadouts;
using Content.Shared.Roles;
using Content.Shared.Storage;
using Content.Shared.Whitelist;

View File

@ -1,4 +1,3 @@
using Content.Server.GameTicking.Components;
using Content.Server.StationEvents.Components;
using Content.Shared.GameTicking.Components;
using Robust.Shared.Random;

View File

@ -1,4 +1,3 @@
using Content.Server.GameTicking.Components;
using Content.Server.Power.Components;
using Content.Server.Power.EntitySystems;
using Content.Server.StationEvents.Components;

View File

@ -1,3 +1,4 @@
using Content.Server.Antag;
using Content.Server.GameTicking.Rules.Components;
using Content.Server.Station.Components;
using Content.Server.StationEvents.Components;

View File

@ -2,8 +2,8 @@ using System.Diagnostics.CodeAnalysis;
using Content.Server.GameTicking;
using Content.Server.GameTicking.Rules;
using Content.Server.GameTicking.Rules.Components;
using Content.Server.Paper;
using Content.Server.Traitor.Components;
using Content.Shared.Paper;
using Robust.Shared.Random;
using Robust.Shared.Utility;
using System.Linq;