LeviLamina
Loading...
Searching...
No Matches
ServerPlayerStopRidingInteractSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
11// clang-format on
12
13namespace ServerPlayerStopRidingInteractSystem {
14// functions
15// NOLINTBEGIN
16MCNAPI ::TickingSystemWithInfo createSystem();
17
18MCNAPI void makePassengerStopRiding(
19 ::ActorOwnerComponent& actorOwnerComponent,
20 ::ServerPlayerMovementComponent* serverPlayerMovementComponent,
21 ::ActorRuntimeID const& vehicleID
22);
23// NOLINTEND
24
25} // namespace ServerPlayerStopRidingInteractSystem
Definition ActorOwnerComponent.h:10
Definition ActorRuntimeID.h:5
Definition ServerPlayerMovementComponent.h:15
Definition TickingSystemWithInfo.h:13