LeviLamina
Loading...
Searching...
No Matches
SendPacketsSystemImpl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/Optional.h"
7
8// auto generated forward declare list
9// clang-format off
13// clang-format on
14
15namespace SendPacketsSystemImpl {
16// functions
17// NOLINTBEGIN
18MCAPI void sendPacketsSystem(
19 ::ActorOwnerComponent const& actorOwnerComponent,
20 ::Optional<::UserEntityIdentifierComponent const> userEntityIdentifierComponent,
21 ::SendPacketsComponent& sendPacketsComponent
22);
23// NOLINTEND
24
25} // namespace SendPacketsSystemImpl
Definition ActorOwnerComponent.h:10
Definition Optional.h:8
Definition UserEntityIdentifierComponent.h:19
Definition SendPacketsComponent.h:11