LeviLamina
Loading...
Searching...
No Matches
PlayerRespawnState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class PlayerRespawnState : uchar {
6 SearchingForSpawn = 0,
7 ReadyToSpawn = 1,
8 ClientReadyToSpawn = 2,
9};