From 45c45af3e3941dd693f8cc0f5138333b937373a2 Mon Sep 17 00:00:00 2001 From: Paul Ritter Date: Wed, 2 Dec 2020 05:02:06 +0100 Subject: [PATCH] Remove RuleTraitor unused imports (#2664) Co-authored-by: Paul --- Content.Server/GameTicking/GameRules/RuleTraitor.cs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Content.Server/GameTicking/GameRules/RuleTraitor.cs b/Content.Server/GameTicking/GameRules/RuleTraitor.cs index f6e2602418..69fe11807d 100644 --- a/Content.Server/GameTicking/GameRules/RuleTraitor.cs +++ b/Content.Server/GameTicking/GameRules/RuleTraitor.cs @@ -1,19 +1,12 @@ -using System; -using System.Threading; -using Content.Server.Interfaces.Chat; -using Content.Server.Interfaces.GameTicking; +using Content.Server.Interfaces.Chat; using Content.Server.Mobs.Roles.Traitor; using Content.Server.Players; -using Content.Shared; -using Content.Shared.GameObjects.Components.Damage; using Robust.Server.GameObjects.EntitySystems; using Robust.Server.Interfaces.Player; using Robust.Shared.Audio; using Robust.Shared.GameObjects.Systems; -using Robust.Shared.Interfaces.Configuration; using Robust.Shared.IoC; using Robust.Shared.Localization; -using Timer = Robust.Shared.Timers.Timer; namespace Content.Server.GameTicking.GameRules {