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;
}
f8::App::Instance()->AddSocketMsg
(0,//SF_GameServer,
(MSF_GameGate,
socket_handle,
//p->ip_saddr,
0,

View File

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