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 MCNAPI void _initialize(::Experiments const& experiments);
25 // NOLINTEND
26
27public:
28 // vftables
29 // NOLINTBEGIN
30 MCNAPI static void** $vftable();
31 // NOLINTEND
32};
Definition ActorComponentFactory.h:13
static MCAPI void ** $vftable()
MCAPI void _initialize(::Experiments const &experiments)
Definition EntityComponentFactoryJson.h:14
Definition Experiments.h:14