mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-05 02:07:46 +00:00
15 lines
165 B
C++
15 lines
165 B
C++
#include "LobbySession.h"
|
|
|
|
using namespace Sapphire::Lobby;
|
|
|
|
LobbySession::LobbySession( void )
|
|
{
|
|
//setSocket(NULL);
|
|
|
|
}
|
|
|
|
LobbySession::~LobbySession( void )
|
|
{
|
|
|
|
}
|
|
|