LeviLamina
Loading...
Searching...
No Matches
SheepAnimationSystemsImpl.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
16// clang-format on
17
18namespace SheepAnimationSystemsImpl {
19// functions
20// NOLINTBEGIN
21MCNAPI void tickJebification(
23 ::TintColorComponent& tintColorComponent,
24 ::SynchedActorDataComponent const& synchedActorDataComponent,
25 ::ActorUniqueIDComponent& actorUniqueIDComponent,
26 ::ActorOwnerComponent& actorOwnerForTickCountOnly
27);
28// NOLINTEND
29
30} // namespace SheepAnimationSystemsImpl
Definition ActorOwnerComponent.h:10
Definition ActorMovementTickNeededComponent.h:5
Definition ActorUniqueIDComponent.h:8
Definition Include.h:6
Definition SheepFlagComponent.h:5
Definition SynchedActorDataComponent.h:8
Definition TintColorComponent.h:8