Files
crystall-punk-14/Content.Shared/GameObjects/Components/Body/Surgery/SurgeryUIKey.cs

13 lines
224 B
C#
Raw Normal View History

#nullable enable
using System;
using Robust.Shared.Serialization;
namespace Content.Shared.GameObjects.Components.Body.Surgery
{
[Serializable, NetSerializable]
public enum SurgeryUIKey
{
Key
}
}