LeviLamina
Loading...
Searching...
No Matches
Control.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
Control
{
6
public
:
7
// virtual functions
8
// NOLINTBEGIN
9
virtual
~Control
() =
default
;
10
// NOLINTEND
11
12
public
:
13
// vftables
14
// NOLINTBEGIN
15
MCNAPI
static
void
**
$vftable
();
16
// NOLINTEND
17
};
Control
Definition
Control.h:5
Control::$vftable
static MCAPI void ** $vftable()
src
mc
world
actor
ai
control
Control.h
Generated on
for LeviLamina by
1.16.1