LeviLamina
Loading...
Searching...
No Matches
InsideWaterlilyBlockSystemImpl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/components/InsideBlockWithPosComponent.h"
7
8// auto generated forward declare list
9// clang-format off
12// clang-format on
13
14namespace InsideWaterlilyBlockSystemImpl {
15// functions
16// NOLINTBEGIN
17MCAPI void tickDestroyWaterlily(
18 ::InsideBlockWithPosComponent<::WaterlilyBlockFlag> const& insideWaterlilyBlockComponent,
19 ::ActorOwnerComponent& actorOwnerComponent
20);
21// NOLINTEND
22
23} // namespace InsideWaterlilyBlockSystemImpl
Definition ActorOwnerComponent.h:10
Definition InsideBlockWithPosComponent.h:6
Definition WaterlilyBlockFlag.h:5