mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Add offline mode support
This commit is contained in:
parent
d4b522b6cb
commit
a1ff3b1ee3
12 changed files with 144 additions and 5 deletions
|
|
@ -38,7 +38,8 @@ struct MinecraftProfile {
|
|||
|
||||
enum class AccountType {
|
||||
MSA,
|
||||
Mojang
|
||||
Mojang,
|
||||
Offline
|
||||
};
|
||||
|
||||
enum class AccountState {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue