[saco] Update CNetGame constructor

This commit is contained in:
RD42 2024-07-19 23:15:22 +08:00
parent 744903fb84
commit 07a69485d1

View File

@ -63,7 +63,7 @@ private:
public:
CNetGame(char *a2, int a3, char *a4, char *a5);
CNetGame(PCHAR szHostOrIp,int iPort,PCHAR szPlayerName,PCHAR szPass);
void Process();