LeviLamina
Loading...
Searching...
No Matches
AgentActionSystems.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/strict/EntityModifier.h"
7
8// auto generated forward declare list
9// clang-format off
12namespace AgentComponents { class CommandCooldown; }
13namespace AgentComponents { struct ActionDetails; }
14namespace AgentComponents { struct AnimationShrug; }
15namespace AgentComponents { struct Executing; }
16// clang-format on
17
18namespace AgentActionSystems {
19// functions
20// NOLINTBEGIN
21MCAPI void tickActionFailed(
23 ::ActorOwnerComponent& actorOwner,
29);
30// NOLINTEND
31
32} // namespace AgentActionSystems
Definition ActorOwnerComponent.h:10
Definition CommandCooldown.h:7
Definition EntityModifier.h:6
Definition StrictEntityContext.h:10
Definition ActionDetails.h:7
Definition AnimationShrug.h:7
Definition Executing.h:7