LeviLamina
Loading...
Searching...
No Matches
IllagerBeastPostAIStepSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/ViewT.h"
7#include "mc/deps/ecs/strict/Include.h"
8
9// auto generated forward declare list
10// clang-format off
15struct SubBBsComponent;
16// clang-format on
17
19public:
20 // IllagerBeastPostAIStepSystem inner types define
21 using ViewType = ::ViewT<
26
27public:
28 // static functions
29 // NOLINTBEGIN
30 MCAPI static void _doIllagerBeastPostAIStepSystem(
32 ::StateVectorComponent const& stateVectorComponent,
33 ::SubBBsComponent& subBBsComponent
34 );
35
36 MCAPI static void _tickIllagerBeastPostAIStepSystem(
37 ::ViewT<
42 );
43 // NOLINTEND
44};
Definition IllagerBeastPostAIStepSystem.h:18
Definition StrictEntityContext.h:8
Definition ViewT.h:6
Definition IllagerBeastFlagComponent.h:5
Definition Include.h:6
Definition InterpolateMovementNeededComponent.h:5
Definition StateVectorComponent.h:8
Definition SubBBsComponent.h:10