LeviLamina
Loading...
Searching...
No Matches
ReadyEventSystemStatus.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
RakNet {
6
7
enum class
ReadyEventSystemStatus :
int
{
8
NotWaiting = 0,
9
Waiting = 1,
10
Ready = 2,
11
AllReady = 3,
12
UnknownEvent = 4,
13
};
14
15
}
src
mc
deps
raknet
ReadyEventSystemStatus.h
Generated on Sat Apr 26 2025 05:55:29 for LeviLamina by
1.12.0