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> id;
10 ::ll::TypedStorage<8, 32, ::std::string> time;
11 ::ll::TypedStorage<8, 32, ::std::string> name;
12 // NOLINTEND
13
14public:
15 // member functions
16 // NOLINTBEGIN
17 MCAPI ~MobEffectPane();
18 // NOLINTEND
19
20public:
21 // destructor thunk
22 // NOLINTBEGIN
23 MCFOLD void $dtor();
24 // NOLINTEND
25};
Definition MobEffectPane.h:5