LeviLamina
Loading...
Searching...
No Matches
PlayerStorageIds.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct PlayerStorageIds {
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&);
21 PlayerStorageIds(PlayerStorageIds const&);
22 PlayerStorageIds();
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCNAPI ::PlayerStorageIds& operator=(::PlayerStorageIds&&);
28
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCNAPI void $dtor();
36 // NOLINTEND
37};
MCAPI::PlayerStorageIds & operator=(::PlayerStorageIds &&)
MCAPI ~PlayerStorageIds()
MCAPI void $dtor()