LeviLamina
Loading...
Searching...
No Matches
MoveTowardsDwellingRestrictionDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ai/goal/MoveTowardsRestrictionDefinition.h"
7
9public:
10 // MoveTowardsDwellingRestrictionDefinition inner types define
12
13public:
14 // virtual functions
15 // NOLINTBEGIN
16 // vIndex: 0
17 virtual ~MoveTowardsDwellingRestrictionDefinition() /*override*/ = default;
18 // NOLINTEND
19
20public:
21 // vftables
22 // NOLINTBEGIN
23 MCNAPI static void** $vftable();
24 // NOLINTEND
25};
Definition MoveTowardsDwellingRestrictionDefinition.h:8
Definition MoveTowardsRestrictionDefinition.h:8