LeviLamina
Loading...
Searching...
No Matches
UpdateAttributesSystemImpl.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
13// clang-format on
14
15namespace UpdateAttributesSystemImpl {
16// functions
17// NOLINTBEGIN
18MCNAPI void tickUpdateAttributesSystem(
20 ::AttributesComponent const& attributes,
21 ::MovementAttributesComponent& movementAttributes
22);
23// NOLINTEND
24
25} // namespace UpdateAttributesSystemImpl
Definition ActorMovementTickNeededComponent.h:5
Definition AttributesComponent.h:8
Definition Include.h:6
Definition MovementAttributesComponent.h:5