Files
tbd-station-14/Content.Shared/Buckle/BuckleDoafterEvent.cs
Plykiya 1e824d704f Buckling an entity requires a do-after (#29621)
* Buckling an entity requires a do-after

* Works but feels like bad code?

* Cleanup

---------

Co-authored-by: plykiya <plykiya@protonmail.com>
2024-08-10 01:43:02 +10:00

12 lines
244 B
C#

using Content.Shared.Cuffs.Components;
using Content.Shared.DoAfter;
using Robust.Shared.Serialization;
namespace Content.Shared.Buckle;
[Serializable, NetSerializable]
public sealed partial class BuckleDoAfterEvent : SimpleDoAfterEvent
{
}