pollymc/launcher/minecraft/auth/flows/MSAInteractive.h

14 lines
231 B
C
Raw Normal View History

#pragma once
#include "AuthContext.h"
class MSAInteractive : public AuthContext
{
Q_OBJECT
public:
2021-11-20 20:52:22 +05:30
explicit MSAInteractive(
AccountData *data,
QObject *parent = 0
);
void executeTask() override;
};