LeviLamina
Loading...
Searching...
No Matches
Actions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class EntityContext;
8namespace AgentComponents::Actions { struct QueueItem; }
9// clang-format on
10
11namespace AgentComponents::Actions {
12// functions
13// NOLINTBEGIN
14MCAPI void startAction(::EntityContext& entity, ::AgentComponents::Actions::QueueItem const& item);
15// NOLINTEND
16
17} // namespace AgentComponents::Actions
Definition EntityContext.h:16
Definition QueueItem.h:7