LeviLamina
Loading...
Searching...
No Matches
LessonAction.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
LessonAction : schar {
6
Start = 0,
7
Complete = 1,
8
Restart = 2,
9
};
10
11
// clang-format off
12
template
<>
13
MCAPI ::ll::type_id_ref Bedrock::typeid_storage_impl<class CommandRegistry, ::LessonAction>();
14
// clang-format on
src
mc
network
packet
LessonAction.h
Generated on
for LeviLamina by
1.16.1