add Yggdrasil authlib multi-user selection.

This commit is contained in:
a08381 2024-08-11 01:43:46 +08:00
parent ca966a464c
commit efe23eb1f9
4 changed files with 32 additions and 2 deletions

View file

@ -496,6 +496,9 @@ namespace MinecraftClient
public LoginMethod Method = LoginMethod.mcc;
[TomlInlineComment("$Main.General.AuthlibServer$")]
public AuthlibServer AuthServer = new(string.Empty);
[TomlInlineComment("$Main.General.AuthlibUser$")]
public string AuthUser = "";
public enum LoginType { mojang, microsoft,yggdrasil };