LeviLamina
Loading...
Searching...
No Matches
LevelBroadcastEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec3.h"
7#include "mc/deps/shared_types/legacy/LevelEvent.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<2, 2, ::SharedTypes::Legacy::LevelEvent const> mType;
14 ::ll::TypedStorage<4, 12, ::Vec3 const> mPos;
15 ::ll::TypedStorage<4, 4, int const> mData;
16 // NOLINTEND
17};
Definition LevelBroadcastEvent.h:9