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

11 lines
215 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 BorerBrainResistAfterEvent : SimpleDoAfterEvent
{
}