LeviLamina
Loading...
Searching...
No Matches
JumpInputSystemImpl.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
14// clang-format on
15
16namespace JumpInputSystemImpl {
17// functions
18// NOLINTBEGIN
19MCAPI void doJumpInputSystem(
21 ::MovementAbilitiesComponent const& abilitiesComponent,
22 ::MoveInputComponent const& moveInputComponent,
24);
25// NOLINTEND
26
27} // namespace JumpInputSystemImpl
Definition EntityModifier.h:6
Definition StrictEntityContext.h:10
Definition MobIsJumpingFlagComponent.h:5
Definition MoveInputComponent.h:12
Definition MovementAbilitiesComponent.h:8
Definition context.h:5