LeviLamina
Loading...
Searching...
No Matches
RouteModeInputHandler.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
8
9// auto generated forward declare list
10// clang-format off
11class IClientInstance;
12// clang-format on
13
14namespace OreUI {
15
16class RouteModeInputHandler : public ::Bedrock::EnableNonOwnerReferences {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IClientInstance>> mClientInstance;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual ~RouteModeInputHandler() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // vftables
31 // NOLINTBEGIN
32 MCNAPI static void** $vftable();
33 // NOLINTEND
34};
35
36} // namespace OreUI
Definition IClientInstance.h:5
Definition RouteModeInputHandler.h:7
static MCAPI void ** $vftable()