12 lines
187 B
C#
12 lines
187 B
C#
using Robust.Shared.Prototypes;
|
|
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Audio.Jukebox;
|
|
|
|
|
|
[Serializable, NetSerializable]
|
|
public enum JukeboxUiKey : byte
|
|
{
|
|
Key,
|
|
}
|