LeviLamina
Loading...
Searching...
No Matches
MusicRepeatMode.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class MusicRepeatMode : uchar {
6 PlayOnce = 0,
7 Loop = 1,
8};
9
10// clang-format off
11template <>
12MCAPI ::ll::type_id_ref Bedrock::typeid_storage_impl<class CommandRegistry, ::MusicRepeatMode>();
13// clang-format on