DragonNest/Client/NetTest/TestClient.cpp

24 lines
594 B
C++
Raw Normal View History

2024-12-20 16:56:44 +08:00
<EFBFBD><EFBFBD>#include "StdAfx.h"
#include "TestClient.h"
CTestClient::CTestClient(void)
{
}
CTestClient::~CTestClient(void)
{
}
void CTestClient::OnIoRead(void)
{
CClientSession::OnIoRead();
}
void CTestClient::OnIoConnected(void)
{
}
void CTestClient::OnIoDisconnected(void)
{
}