This commit is contained in:
aozhiwei 2023-11-24 22:21:09 +08:00
parent 464b137c2e
commit c07764f578
2 changed files with 6 additions and 1 deletions

View File

@ -57,7 +57,7 @@ void Player::Init(int idx,
break; break;
} }
f8::App::Instance()->AddSocketMsg f8::App::Instance()->AddSocketMsg
(0,//SF_GameServer, (MSF_GameGate,
socket_handle, socket_handle,
//p->ip_saddr, //p->ip_saddr,
0, 0,

View File

@ -1 +1,6 @@
#pragma once #pragma once
enum MY_SOCKET_FROM
{
MSF_GameGate = 1
};