LeviLamina
Loading...
Searching...
No Matches
IGameTestFunctionContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace gametest {
6
8public:
9 // virtual functions
10 // NOLINTBEGIN
11 // vIndex: 0
12 virtual ~IGameTestFunctionContext() = default;
13 // NOLINTEND
14
15public:
16 // destructor thunk
17 // NOLINTBEGIN
18
19 // NOLINTEND
20};
21
22} // namespace gametest
Definition IGameTestFunctionContext.h:7