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 // static functions
14 // NOLINTBEGIN
15 MCAPI static ::TickingSystemWithInfo create(bool isCatchup);
16 // NOLINTEND
17};
Definition PlayerTickSystem.h:11
Definition ServerPlayerMovementComponent.h:15
Definition TickingSystemWithInfo.h:11