add: funny keys that can lock doors (#113)
This commit is contained in:
8
Content.Shared/_White/Keyhole/KeyInsertEvent.cs
Normal file
8
Content.Shared/_White/Keyhole/KeyInsertEvent.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Content.Shared.DoAfter;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared._White.Keyhole;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public sealed partial class KeyInsertDoAfterEvent : SimpleDoAfterEvent {}
|
||||
|
||||
Reference in New Issue
Block a user