LeviLamina
Loading...
Searching...
No Matches
JsonData.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
Json {
class
Value
; }
8
// clang-format on
9
10
namespace
PlayerReportingSignal {
11
12
struct
JsonData {
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::UntypedStorage<8, 32>
mUnk6f699b;
17
::ll::UntypedStorage<8, 16>
mUnk6e7679;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
JsonData& operator=(JsonData
const
&);
23
JsonData(JsonData
const
&);
24
JsonData();
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
#ifdef LL_PLAT_C
30
MCNAPI JsonData(::std::string key,
::Json::Value
value);
31
32
MCNAPI ~JsonData();
33
#endif
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
#ifdef LL_PLAT_C
40
MCNAPI
void
* $ctor(::std::string key,
::Json::Value
value);
41
#endif
42
// NOLINTEND
43
44
public
:
45
// destructor thunk
46
// NOLINTBEGIN
47
#ifdef LL_PLAT_C
48
MCNAPI
void
$dtor();
49
#endif
50
// NOLINTEND
51
};
52
53
}
// namespace PlayerReportingSignal
Json::Value
Definition
Value.h:16
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
application
signals
player_reporting_signal
JsonData.h
Generated on
for LeviLamina by
1.16.1