15struct SubClientAuthInfo {
19 ::ll::TypedStorage<8, 8, ::PrivateKeyManager&> userSigner;
20 ::ll::TypedStorage<4, 4, ::PlayerAuthenticationType> authenticationType;
21 ::ll::TypedStorage<8, 8, ::LegacyMultiplayerToken> token;
22 ::ll::TypedStorage<8, 32, ::RawGameServerToken> newToken;
27 SubClientAuthInfo& operator=(SubClientAuthInfo
const&);
28 SubClientAuthInfo(SubClientAuthInfo
const&);
40 MCNAPI_C
void $dtor();