17 ::ll::TypedStorage<4, 4, int> mTicks;
18 ::ll::TypedStorage<4, 4, int> mBlocks;
19 ::ll::TypedStorage<1, 1, bool> mDisconnected;
20 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mDisconnectMessage;
21 ::ll::TypedStorage<8, 160, ::NetworkIdentifier> mIdentifier;
22 ::ll::TypedStorage<1, 1, ::SubClientId> mSubClientId;
23 ::ll::TypedStorage<8, 32, ::std::string> mPlayfabId;
29 MCAPI
void disconnect(::std::optional<::std::string> message);