LeviLamina
Loading...
Searching...
No Matches
MobTravelIntentSystemImpl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
11// clang-format on
12
13namespace MobTravelIntentSystemImpl {
14// functions
15// NOLINTBEGIN
16MCAPI void updatedMoveVelocity(
17 ::StrictEntityContext const& localMoveVelocityComponent,
18 ::LocalMoveVelocityComponent& mobRotationComponent,
19 ::MobRotationComponent& mobTravelComponent,
20 ::MobTravelComponent&
21);
22// NOLINTEND
23
24} // namespace MobTravelIntentSystemImpl
Definition StrictEntityContext.h:14
Definition LocalMoveVelocityComponent.h:8
Definition MobRotationComponent.h:8
Definition MobTravelComponent.h:8