LeviLamina
Loading...
Searching...
No Matches
PlayerStorageIds.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<8, 32, ::std::string> MsaId;
10 ::ll::TypedStorage<8, 32, ::std::string> PlatformId;
11 ::ll::TypedStorage<8, 32, ::std::string> PlatformOnlineId;
12 ::ll::TypedStorage<8, 32, ::std::string> PlatformOfflineId;
13 ::ll::TypedStorage<8, 32, ::std::string> SelfSignedId;
14 ::ll::TypedStorage<8, 32, ::std::string> RandomClientId;
15 // NOLINTEND
16
17public:
18 // member functions
19 // NOLINTBEGIN
20 MCAPI PlayerStorageIds();
21
22 MCAPI ~PlayerStorageIds();
23 // NOLINTEND
24
25public:
26 // constructor thunks
27 // NOLINTBEGIN
28 MCAPI void* $ctor();
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCFOLD void $dtor();
35 // NOLINTEND
36};
Definition PlayerStorageIds.h:5