LeviLamina
Loading...
Searching...
No Matches
PersonaTextureResources.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::UntypedStorage<8, 24> mUnk308f9e;
10 ::ll::UntypedStorage<8, 64> mUnkb59a65;
11 ::ll::UntypedStorage<8, 248> mUnk61a86e;
12 ::ll::UntypedStorage<8, 248> mUnk3e7b1d;
13 ::ll::UntypedStorage<8, 248> mUnk7b30c3;
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 PersonaTextureResources& operator=(PersonaTextureResources const&);
19 PersonaTextureResources(PersonaTextureResources const&);
20
21public:
22 // member functions
23 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // constructor thunks
29 // NOLINTBEGIN
30 MCNAPI void* $ctor();
31 // NOLINTEND
32};
Definition PersonaTextureResources.h:5
MCAPI void * $ctor()