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> GuestId;
11 ::ll::TypedStorage<8, 32, ::std::string> PlatformId;
12 ::ll::TypedStorage<8, 32, ::std::string> PlatformOnlineId;
13 ::ll::TypedStorage<8, 32, ::std::string> PlatformOfflineId;
14 ::ll::TypedStorage<8, 32, ::std::string> SelfSignedId;
15 ::ll::TypedStorage<8, 32, ::std::string> RandomClientId;
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 PlayerStorageIds& operator=(PlayerStorageIds const&);
22
23public:
24 // member functions
25 // NOLINTBEGIN
27
28 MCNAPI ::PlayerStorageIds& operator=(::PlayerStorageIds&&);
29
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCNAPI void* $ctor();
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCNAPI void $dtor();
43 // NOLINTEND
44};
Definition PlayerStorageIds.h:5
MCAPI void * $ctor()
MCAPI::PlayerStorageIds & operator=(::PlayerStorageIds &&)
MCAPI ~PlayerStorageIds()
MCAPI PlayerStorageIds()
MCAPI void $dtor()