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
19MCNAPI void doJumpInputSystem(
20 ::StrictEntityContext const& context,
21 ::MovementAbilitiesComponent const& abilitiesComponent,
22 ::MoveInputComponent const& moveInputComponent,
23 ::EntityModifier<::MobIsJumpingFlagComponent> mod
24);
25// NOLINTEND
26
27} // namespace JumpInputSystemImpl
Definition StrictEntityContext.h:8
Definition MobIsJumpingFlagComponent.h:5
Definition MoveInputComponent.h:11
Definition MovementAbilitiesComponent.h:5