LeviLamina
Loading...
Searching...
No Matches
PlayerTickSystem.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
12public:
13 // PlayerTickSystem inner types define
14 using TickCallback = ::std::function<void(::ServerPlayerMovementComponent const&)>;
15
16public:
17 // static functions
18 // NOLINTBEGIN
19 MCAPI static ::TickingSystemWithInfo create(bool isCatchup);
20 // NOLINTEND
21};
Definition PlayerTickSystem.h:11
Definition ServerPlayerMovementComponent.h:15
Definition TickingSystemWithInfo.h:13