LeviLamina
Loading...
Searching...
No Matches
MoveControlDolphinDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/definitions/MoveControlDescription.h"
7
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 virtual char const* getJsonName() const /*override*/;
13
14 virtual ~MoveControlDolphinDescription() /*override*/;
15 // NOLINTEND
16
17public:
18 // destructor thunk
19 // NOLINTBEGIN
20 MCNAPI void $dtor();
21 // NOLINTEND
22
23public:
24 // virtual function thunks
25 // NOLINTBEGIN
26 MCNAPI char const* $getJsonName() const;
27
28
29 // NOLINTEND
30
31public:
32 // vftables
33 // NOLINTBEGIN
34 MCNAPI static void** $vftable();
35 // NOLINTEND
36};
Definition MoveControlDescription.h:13
Definition MoveControlDolphinDescription.h:8
static MCAPI void ** $vftable()
MCAPI char const * $getJsonName() const