11 lines
190 B
C#
11 lines
190 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Medical.Cryogenics
|
|
{
|
|
[Serializable, NetSerializable]
|
|
public enum CryoPodWireActionKey: byte
|
|
{
|
|
Key
|
|
}
|
|
}
|