mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: add send scenario
This commit is contained in:
@@ -39,6 +39,7 @@ public:
|
||||
void startUnityClient();
|
||||
void tryLogin();
|
||||
void startOffline();
|
||||
void sendPacketType(PacketType packetType);
|
||||
|
||||
void saveServerSettingsWithConnect();
|
||||
|
||||
@@ -50,7 +51,7 @@ public:
|
||||
void recalculateState();
|
||||
signals:
|
||||
void sigInitializeClient(RecognizeSystem *recognize,SendSystem *sendSystem);
|
||||
void sigSendCommand(PacketType packetType);
|
||||
void sigSendPacketType(PacketType packetType);
|
||||
void sigSendXMLAnswer(QString answer);
|
||||
void sigSetConnect(ServerSettings* serverSettings);
|
||||
void sigCalculateHash();
|
||||
@@ -59,6 +60,7 @@ signals:
|
||||
bool sigGetConnected();
|
||||
void sigSendUpdateToServer();
|
||||
|
||||
|
||||
void sigSetLoadSettings(ServerSettings *serverSettings);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user