Files
OldThink/Content.Shared/Borer/Events/BorerInfestDoAfterEvent.cs

11 lines
212 B
C#
Raw Permalink Normal View History

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