LeviLamina
Loading...
Searching...
No Matches
RemoveMobEffectsRequestComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
TickMobEffectsSystem {
6
7
struct
RemoveMobEffectsRequestComponent
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::TypedStorage<8, 24, ::std::vector<int>> mEffectIds;
12
// NOLINTEND
13
14
public
:
15
// member functions
16
// NOLINTBEGIN
17
MCAPI
~RemoveMobEffectsRequestComponent
();
18
// NOLINTEND
19
20
public
:
21
// destructor thunk
22
// NOLINTBEGIN
23
MCFOLD
void
$dtor();
24
// NOLINTEND
25
};
26
27
}
// namespace TickMobEffectsSystem
TickMobEffectsSystem::RemoveMobEffectsRequestComponent
Definition
RemoveMobEffectsRequestComponent.h:7
src
mc
entity
systems
tick_mob_effects_system
RemoveMobEffectsRequestComponent.h
Generated on
for LeviLamina by
1.16.1