LeviLamina
Loading...
Searching...
No Matches
FreezingSystemInternal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Actor;
9class EntityContext;
11// clang-format on
12
13namespace FreezingSystemInternal {
14// functions
15// NOLINTBEGIN
16MCAPI void processFreezeEffect(::Actor& actor, ::FreezingComponent const& freezeComp);
17
18MCAPI void tickFreezeComponent(
19 ::EntityContext& entity,
20 ::ActorOwnerComponent& actorOwnerComponent,
21 ::FreezingComponent& freezingComponent
22);
23// NOLINTEND
24
25} // namespace FreezingSystemInternal
Definition ActorOwnerComponent.h:10
Definition Actor.h:123
Definition EntityContext.h:17
Definition FreezingComponent.h:12