LeviLamina
Loading...
Searching...
No Matches
BaseGameTestAction.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
gametest {
struct
GameTestError; }
8
// clang-format on
9
10
namespace
gametest {
11
12
class
BaseGameTestAction
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::UntypedStorage<4, 8>
mUnkf1db7c;
17
// NOLINTEND
18
19
public
:
20
// prevent constructor by default
21
BaseGameTestAction
& operator=(
BaseGameTestAction
const
&);
22
BaseGameTestAction
(
BaseGameTestAction
const
&);
23
BaseGameTestAction
();
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
// vIndex: 0
29
virtual
~BaseGameTestAction
() =
default
;
30
31
// vIndex: 1
32
virtual ::std::optional<::gametest::GameTestError> run() = 0;
33
// NOLINTEND
34
35
public
:
36
// destructor thunk
37
// NOLINTBEGIN
38
39
// NOLINTEND
40
41
public
:
42
// virtual function thunks
43
// NOLINTBEGIN
44
45
// NOLINTEND
46
};
47
48
}
// namespace gametest
gametest::BaseGameTestAction
Definition
BaseGameTestAction.h:12
ll::UntypedStorage
Definition
Alias.h:14
src
mc
gametest
framework
BaseGameTestAction.h
Generated on Sat Apr 26 2025 05:55:45 for LeviLamina by
1.12.0