mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-02 13:50: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;
|
|
};
|