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#include "mc/deps/ecs/ViewT.h"
8#include "mc/deps/ecs/strict/EntityModifier.h"
9
10// auto generated forward declare list
11// clang-format off
16// clang-format on
17
18namespace SendPacketsSystemImpl {
19// functions
20// NOLINTBEGIN
21MCNAPI void sendPacketsSystem(
22 ::ActorOwnerComponent const& actorOwnerComponent,
23 ::Optional<::UserEntityIdentifierComponent const> userEntityIdentifierComponent,
24 ::SendPacketsComponent& sendPacketsComponent
25);
26
27MCNAPI void tick(
28 ::ViewT<
34);
35// NOLINTEND
36
37} // namespace SendPacketsSystemImpl
Definition ActorOwnerComponent.h:10
Definition EntityModifier.h:6
Definition Optional.h:8
Definition StrictEntityContext.h:8
Definition UserEntityIdentifierComponent.h:12
Definition ViewT.h:6
Definition SendPacketsComponent.h:11