LeviLamina
Loading...
Searching...
No Matches
ServerMoveInputHandlerSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
10// clang-format on
11
13public:
14 // static functions
15 // NOLINTBEGIN
16 MCNAPI static ::TickingSystemWithInfo create();
17
18 MCNAPI static void digestPlayerInputPacket(::MoveInputComponent& input, ::PlayerAuthInputPacket const& packet);
19 // NOLINTEND
20};
Definition PlayerAuthInputPacket.h:27
Definition MoveInputComponent.h:10
Definition ServerMoveInputHandlerSystem.h:12
static MCAPI ::TickingSystemWithInfo create()
static MCAPI void digestPlayerInputPacket(::MoveInputComponent &input, ::PlayerAuthInputPacket const &packet)
Definition TickingSystemWithInfo.h:13