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
9// clang-format on
10
11namespace CelebrateHuntSystemInternal {
12// functions
13// NOLINTBEGIN
14MCAPI void _tickCelebrateHuntComponent(
15 ::ActorOwnerComponent& actorOwnerComponent,
16 ::CelebrateHuntComponent& celebrateHuntComponent
17);
18// NOLINTEND
19
20} // namespace CelebrateHuntSystemInternal
Definition ActorOwnerComponent.h:10
Definition CelebrateHuntComponent.h:10