LeviLamina
Loading...
Searching...
No Matches
SimpleEventPacketPayload.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
SimpleEventPacketPayload
{
6
public
:
7
// SimpleEventPacketPayload inner types define
8
enum class
Subtype : ushort {
9
UninitializedSubtype = 0,
10
EnableCommands = 1,
11
DisableCommands = 2,
12
UnlockWorldTemplateSettings = 3,
13
};
14
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<2, 2, ::SimpleEventPacketPayload::Subtype> mSubtype;
19
// NOLINTEND
20
};
SimpleEventPacketPayload
Definition
SimpleEventPacketPayload.h:5
src-server
mc
network
packet
SimpleEventPacketPayload.h
Generated on Sun Oct 12 2025 06:31:57 for LeviLamina by
1.12.0