LeviLamina
Loading...
Searching...
No Matches
ActivationArgumentType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Bedrock {
6
7enum class ActivationArgumentType : uint {
8 Launch = 0,
9 Protocol = 1,
10 File = 2,
11};
12
13}