LeviLamina
Loading...
Searching...
No Matches
ItemStackNetManagerScreen.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/EntityId.h"
7#include "mc/deps/game_refs/OwnerPtr.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 32, ::OwnerPtr<::EntityId>> mEntity;
14 // NOLINTEND
15
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual ~ItemStackNetManagerScreen() = default;
20 // NOLINTEND
21
22public:
23 // vftables
24 // NOLINTBEGIN
25 MCNAPI static void** $vftable();
26 // NOLINTEND
27};
Definition ItemStackNetManagerScreen.h:9
static MCAPI void ** $vftable()