Delta-v/Content.Shared/Audio/Jukebox/JukeboxUi.cs

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,
}