LeviLamina
Loading...
Searching...
No Matches
ServerScriptPackType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Editor::API {
6
7enum class ServerScriptPackType : int {
8 Core = 0,
9 Experimental = 1,
10 Samples = 2,
11 External = 3,
12};
13
14}