LeviLamina
Loading...
Searching...
No Matches
MobEffectPane.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct MobEffectPane {
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<4, 4, int> mId;
10 ::ll::TypedStorage<8, 32, ::std::string> mTime;
11 ::ll::TypedStorage<8, 32, ::std::string> mName;
12 ::ll::TypedStorage<1, 1, bool> mIsAmbient;
13 // NOLINTEND
14
15public:
16 // member functions
17 // NOLINTBEGIN
18 MCAPI ~MobEffectPane();
19 // NOLINTEND
20
21public:
22 // destructor thunk
23 // NOLINTBEGIN
24 MCFOLD void $dtor();
25 // NOLINTEND
26};
Definition MobEffectPane.h:5