LeviLamina
Loading...
Searching...
No Matches
JigsawJsonType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Editor::Services {
6
7enum class JigsawJsonType : uchar {
8 Processor = 0,
9 Structure = 1,
10 StructureSet = 2,
11 TemplatePool = 3,
12};
13
14}