This commit is contained in:
azw 2023-04-15 08:52:40 +00:00
parent be2e56f589
commit 09ac3bdf20

View File

@ -127,6 +127,13 @@ static void GSListeneron_error(a8::TcpListener*, int type, int errorid)
class KcpSession
{
public:
void SendMsg(unsigned short msgid, const ::google::protobuf::Message& msg)
{
}
private:
ikcpcb* kcp_ = nullptr;
};