LeviLamina
Loading...
Searching...
No Matches
StoreLocalMovementVelocitySystemUtils.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9// clang-format on
10
11namespace StoreLocalMovementVelocitySystemUtils {
12// functions
13// NOLINTBEGIN
14MCAPI void
15storeLocalMovementVelocity(::MobTravelComponent const& mobTravel, ::CurrentLocalMoveVelocityComponent& velocity);
16// NOLINTEND
17
18} // namespace StoreLocalMovementVelocitySystemUtils
Definition CurrentLocalMoveVelocityComponent.h:8
Definition MobTravelComponent.h:10