LeviLamina
Loading...
Searching...
No Matches
GroundTravelTypeSystem.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(::BaseGameVersion const& version);
16 // NOLINTEND
17
18public:
19 // static variables
20 // NOLINTBEGIN
21 MCAPI static ::BaseGameVersion const& FRICTION_FIX_VERSION();
22 // NOLINTEND
23};
Definition BaseGameVersion.h:13
Definition GroundTravelTypeSystem.h:11
Definition TickingSystemWithInfo.h:11