LeviLamina
Loading...
Searching...
No Matches
ImportContextType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class ImportContextType : int {
6 Default = 0,
7 Dlc = 1,
8 InstructionalContent = 2,
9 Template = 3,
10 Treatment = 4,
11 World = 5,
12 WorldPack = 6,
13};