LeviLamina
Loading...
Searching...
No Matches
GiveableComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Actor;
9class Player;
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 24, ::std::vector<uint64>> mCoolDownTimeStamps;
17 // NOLINTEND
18
19public:
20 // member functions
21 // NOLINTBEGIN
22 MCAPI bool getInteraction(::Actor& owner, ::Player& player, ::ActorInteraction& interaction);
23 // NOLINTEND
24};
Definition ActorInteraction.h:5
Definition Actor.h:104
Definition GiveableComponent.h:12
Definition Player.h:119