Files
tbd-station-14/Content.Shared/Spillable/SpillDoAfterEvent.cs

10 lines
209 B
C#

using Content.Shared.DoAfter;
using Robust.Shared.Serialization;
namespace Content.Shared.Spillable;
[Serializable, NetSerializable]
public sealed partial class SpillDoAfterEvent : SimpleDoAfterEvent
{
}