LeviLamina
Loading...
Searching...
No Matches
SendPlayerAuthInputReceivedEventSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9struct PlayerComponent;
11// clang-format on
12
14public:
15 // static functions
16 // NOLINTBEGIN
17 MCAPI static void _doSendPlayerAuthInputReceivedEvent(
18 ::StrictEntityContext& playerComponent,
19 ::PlayerComponent const& actorOwnerComponent,
21 );
22
23 MCAPI static ::TickingSystemWithInfo create();
24 // NOLINTEND
25};
Definition ActorOwnerComponent.h:10
Definition SendPlayerAuthInputReceivedEventSystem.h:13
Definition StrictEntityContext.h:14
Definition PlayerComponent.h:5
Definition TickingSystemWithInfo.h:13