LeviLamina
Loading...
Searching...
No Matches
PrefabRotation.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Editor::Prefabs {
6
7
enum class
PrefabRotation :
int
{
8
None = 0,
9
Rotate90 = 1,
10
Rotate180 = 2,
11
Rotate270 = 3,
12
Default = 4,
13
};
14
15
}
src-server
mc
editor
PrefabRotation.h
Generated on Sun Oct 12 2025 06:31:34 for LeviLamina by
1.12.0