LeviLamina
Loading...
Searching...
No Matches
DolphinBoostSystem.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/strict/EntityModifier.h"
8#include "mc/deps/ecs/strict/Include.h"
9
10// auto generated forward declare list
11// clang-format off
12class EntitySystems;
20// clang-format on
21
22namespace DolphinBoostSystem {
23// functions
24// NOLINTBEGIN
25MCAPI void _addDolphinBoostEffectServer(
28 ::RuntimeIDComponent const& runtimeID,
29 ::MovementEffectsComponent& movementEffects,
32);
33
34MCAPI void registerSystems(::EntitySystems& systemRegistry, bool isClientSide);
35// NOLINTEND
36
37} // namespace DolphinBoostSystem
Definition EntityModifier.h:6
Definition EntitySystems.h:24
Definition Optional.h:8
Definition ReplayStateComponent.h:17
Definition StrictEntityContext.h:10
Definition Include.h:6
Definition IsNearDolphinsFlagComponent.h:5
Definition MovementEffectsComponent.h:10
Definition RuntimeIDComponent.h:10
Definition ScanForDolphinFlagComponent.h:5
Definition SendPacketsComponent.h:11
Definition context.h:5