LeviLamina
Loading...
Searching...
No Matches
CelebrateHuntSystemInternal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Actor;
10// clang-format on
11
12namespace CelebrateHuntSystemInternal {
13// functions
14// NOLINTBEGIN
15MCNAPI void _stopCelebrating(::Actor& actor, ::CelebrateHuntComponent& component);
16
17MCNAPI void _tickCelebrateHuntComponent(
18 ::ActorOwnerComponent& actorOwnerComponent,
19 ::CelebrateHuntComponent& celebrateHuntComponent
20);
21// NOLINTEND
22
23} // namespace CelebrateHuntSystemInternal
Definition ActorOwnerComponent.h:10
Definition Actor.h:105
Definition CelebrateHuntComponent.h:8