From 505e4239639a7a3dce4710778ea97fff861f9ef1 Mon Sep 17 00:00:00 2001 From: Blazeror <154933882+Blazeror@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:31:32 +0100 Subject: [PATCH] Removed TilePryingDoAfterEvent (#24552) --- .../Tools/Systems/SharedToolSystem.cs | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/Content.Shared/Tools/Systems/SharedToolSystem.cs b/Content.Shared/Tools/Systems/SharedToolSystem.cs index a4f21ff466..ee15b1e025 100644 --- a/Content.Shared/Tools/Systems/SharedToolSystem.cs +++ b/Content.Shared/Tools/Systems/SharedToolSystem.cs @@ -270,24 +270,6 @@ public abstract partial class SharedToolSystem : EntitySystem public override DoAfterEvent Clone() => this; } - - [Serializable, NetSerializable] - protected sealed partial class TilePryingDoAfterEvent : DoAfterEvent - { - [DataField("coordinates", required: true)] - public NetCoordinates Coordinates; - - private TilePryingDoAfterEvent() - { - } - - public TilePryingDoAfterEvent(NetCoordinates coordinates) - { - Coordinates = coordinates; - } - - public override DoAfterEvent Clone() => this; - } } [Serializable, NetSerializable] -- 2.51.2