LeviLamina
Loading...
Searching...
No Matches
ExitVehicleSystem.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
11namespace ExitVehicleSystem {
12// functions
13// NOLINTBEGIN
14MCAPI ::TickingSystemWithInfo createSystem(::BaseGameVersion const& version, bool isClient);
15// NOLINTEND
16
17} // namespace ExitVehicleSystem
Definition BaseGameVersion.h:13
Definition TickingSystemWithInfo.h:11