LeviLamina
Loading...
Searching...
No Matches
ActorEventPacketPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/legacy/ActorRuntimeID.h"
7#include "mc/world/actor/ActorEvent.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 8, ::ActorRuntimeID> mRuntimeId;
14 ::ll::TypedStorage<1, 1, ::ActorEvent> mEventId;
15 ::ll::TypedStorage<4, 4, int> mData;
16 // NOLINTEND
17};
Definition ActorEventPacketPayload.h:9