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