LeviLamina
Loading...
Searching...
No Matches
BuiltInMobComponents.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 8, ::gsl::not_null<::DeathTickingComponent*>> mDeathTickingComponent;
17 ::ll::TypedStorage<8, 8, ::gsl::not_null<::MobAnimationComponent*>> mMobAnimationComponent;
18 ::ll::TypedStorage<8, 8, ::gsl::not_null<::MobHurtTimeComponent*>> mMobHurtTimeComponent;
19 // NOLINTEND
20};
Definition BuiltInMobComponents.h:12
Definition DeathTickingComponent.h:8
Definition MobAnimationComponent.h:8
Definition MobHurtTimeComponent.h:8