LeviLamina
Loading...
Searching...
No Matches
DisconnectionStage.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Connection {
6
7
enum class
DisconnectionStage : uint {
8
Unknown = 0,
9
Prerequisites = 1,
10
InitialConnection = 2,
11
ClientDisconnection = 3,
12
ServerDisconnection = 4,
13
};
14
15
}
src-server
mc
network
connection
DisconnectionStage.h
Generated on Sun Oct 12 2025 06:31:54 for LeviLamina by
1.12.0