LeviLamina
Loading...
Searching...
No Matches
ServerTextEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class ServerTextEvent : uchar {
6 PlayerSleeping = 0,
7 PlayerConnection = 1,
8 PlayerChangedSkin = 2,
9 Count = 3,
10};