13 lines
201 B
C#
13 lines
201 B
C#
#nullable enable
|
|
using System;
|
|
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Body.Surgery
|
|
{
|
|
[Serializable, NetSerializable]
|
|
public enum SurgeryUIKey
|
|
{
|
|
Key
|
|
}
|
|
}
|