LeviLamina
Loading...
Searching...
No Matches
ActorComponentDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/Description.h"
7
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 // vIndex: 1
13 virtual ~ActorComponentDescription() /*override*/;
14 // NOLINTEND
15
16public:
17 // destructor thunk
18 // NOLINTBEGIN
19 MCFOLD void $dtor();
20 // NOLINTEND
21};
Definition ActorComponentDescription.h:8
Definition Description.h:10