LeviLamina
Loading...
Searching...
No Matches
JSAutoInitIDEnum.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class JSAutoInitIDEnum : int {
6 Prototype = 0,
7 ModuleNs = 1,
8 Prop = 2,
9};