LeviLamina
Loading...
Searching...
No Matches
ActorComponentFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/factory/EntityComponentFactoryJson.h"
7
8// auto generated forward declare list
9// clang-format off
10class Experiments;
11// clang-format on
12
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 // vIndex: 0
18 virtual ~ActorComponentFactory() /*override*/ = default;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI void _initialize(::Experiments const& experiments);
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30
31 // NOLINTEND
32
33public:
34 // vftables
35 // NOLINTBEGIN
36 MCAPI static void** $vftable();
37 // NOLINTEND
38};
Definition ActorComponentFactory.h:13
Definition EntityComponentFactoryJson.h:13
Definition Experiments.h:14