From 83817f48d18327affeeb4bee9b5ec200e3c751a0 Mon Sep 17 00:00:00 2001 From: Zack Backmen Date: Tue, 17 Sep 2024 12:19:30 +0300 Subject: [PATCH] cleanup --- Content.Shared/Ghost/SharedGhostSystem.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Content.Shared/Ghost/SharedGhostSystem.cs b/Content.Shared/Ghost/SharedGhostSystem.cs index 1e8ad501e23..b2a8ca1e3e4 100644 --- a/Content.Shared/Ghost/SharedGhostSystem.cs +++ b/Content.Shared/Ghost/SharedGhostSystem.cs @@ -158,11 +158,6 @@ public GhostUpdateGhostRoleCountEvent(int availableGhostRoleCount) AvailableGhostRoles = availableGhostRoleCount; } } - - [Serializable, NetSerializable] - public sealed class GhostReturnToRoundRequest : EntityEventArgs - { - } }