add: implement authentication system ui and handshake.
This commit is contained in:
parent
7a24494d3c
commit
d42da07721
23 changed files with 701 additions and 28 deletions
|
|
@ -50,8 +50,6 @@ vector<wstring> MojangAuthModule::supportedVariations()
|
|||
return {L"java", L"bedrock"};
|
||||
}
|
||||
|
||||
// --- KeypairOfflineAuthModule ---
|
||||
|
||||
const wchar_t *KeypairOfflineAuthModule::schemeName() { return L"mcconsoles:keypair_offline"; }
|
||||
|
||||
vector<wstring> KeypairOfflineAuthModule::supportedVariations()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue