LeviLamina
Loading...
Searching...
No Matches
ClientInstanceState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class ClientInstanceState : int {
6 Idle = 0,
7 WaitingForPlayer = 1,
8 WaitingToPlay = 2,
9 Playing = 3,
10};