ImplPlayerSection

This commit is contained in:
Polaris_Light 2023-11-16 00:04:56 +08:00
parent 3c97193b70
commit a97096cddf
10 changed files with 146 additions and 17 deletions

View file

@ -498,7 +498,7 @@ namespace MinecraftClient
public AuthlibServer AuthServer = new(string.Empty);
public enum LoginType { mojang, microsoft,Yggdrasil };
public enum LoginType { mojang, microsoft,yggdrasil };
public enum LoginMethod { mcc, browser };
}