LeviLamina
Loading...
Searching...
No Matches
StructureSource.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Editor {
6
7enum class StructureSource : int {
8 Bp = 0,
9 EditorProject = 1,
10 File = 2,
11 Level = 3,
12 Count = 4,
13};
14
15}
Definition Level.h:238