LeviLamina
Loading...
Searching...
No Matches
GameTestRequestPacketPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/gametest/framework/TestParameters.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 32, ::std::string> mTestName;
13 ::ll::TypedStorage<8, 64, ::gametest::TestParameters> mParams;
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI ::GameTestRequestPacketPayload& operator=(::GameTestRequestPacketPayload&&);
25
26 MCAPI ::GameTestRequestPacketPayload& operator=(::GameTestRequestPacketPayload const&);
27
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCAPI void $dtor();
35 // NOLINTEND
36};
Definition GameTestRequestPacketPayload.h:8