6
StarHorizon_Public/Content.Shared/Buckle/BuckleDoafterEvent.cs
2026-01-18 12:53:36 +03: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
{
}