LeviLamina
Loading...
Searching...
No Matches
DisplayObjectMessageSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/strict/Include.h"
7
8// auto generated forward declare list
9// clang-format off
11class EntitySystems;
14// clang-format on
15
16namespace DisplayObjectMessageSystem {
17// functions
18// NOLINTBEGIN
19MCAPI void createSystems(::EntitySystems& systemRegistry);
20
21MCAPI void tick(
22 ::entt::type_list<::Include<::LocalPlayerComponent>>,
24 ::ActorOwnerComponent& actorOwner
25);
26// NOLINTEND
27
28} // namespace DisplayObjectMessageSystem
Definition ActorOwnerComponent.h:10
Definition EntitySystems.h:24
Definition DisplayObjectMessageRequestComponent.h:5
Definition Include.h:6
Definition LocalPlayerComponent.h:5