mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-03 22:22:11 +00:00
10 lines
111 B
C
10 lines
111 B
C
#pragma once
|
|
#include <QString>
|
|
|
|
struct AccountProfile
|
|
{
|
|
QString id;
|
|
QString name;
|
|
bool legacy;
|
|
};
|