LeviLamina
Loading...
Searching...
No Matches
JoinCodeIconData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct JoinCodeIconData {
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<8, 32, ::std::string> toolTip;
10 ::ll::TypedStorage<8, 32, ::std::string> texture;
11 // NOLINTEND
12
13public:
14 // member functions
15 // NOLINTBEGIN
16 MCAPI ~JoinCodeIconData();
17 // NOLINTEND
18
19public:
20 // static variables
21 // NOLINTBEGIN
22 MCAPI static ::std::vector<::JoinCodeIconData> const& gData();
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28 MCFOLD void $dtor();
29 // NOLINTEND
30};
Definition JoinCodeIconData.h:5