DragonNest/Common/NetworkLib/ClientUdpSession.cpp

14 lines
672 B
C++
Raw Normal View History

2024-12-20 16:56:44 +08:00
<EFBFBD><EFBFBD>#include "StdAfx.h"
//#include "ClientUdpSession.h"
//#include "ClientSessionManager.h"
//
//CClientUdpSession::CClientUdpSession()
//{
// CClientSessionManager::GetInstance().AddUdpSession( this );
//}
//
//CClientUdpSession::~CClientUdpSession()
//{
// CClientSessionManager::GetInstance().RemoveUdpSession( this );
//}