Files
OldThink/Content.Shared/_White/Keyhole/KeyInsertEvent.cs
2024-02-23 22:10:38 +03:00

9 lines
218 B
C#

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