add: funny keys that can lock doors (#113)
This commit is contained in:
9
Content.Shared/_White/Keyhole/KeyformVisuals.cs
Normal file
9
Content.Shared/_White/Keyhole/KeyformVisuals.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared._White.Keyhole;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum KeyformVisuals : byte
|
||||
{
|
||||
IsUsed
|
||||
}
|
||||
Reference in New Issue
Block a user