Files
tbd-station-14/Content.Shared/Body/Surgery/SurgeryUIKey.cs
2021-07-16 17:37:09 -07:00

12 lines
184 B
C#

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