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