mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 00:27:44 +00:00
15 lines
154 B
C++
15 lines
154 B
C++
#include "LobbySession.h"
|
|
|
|
namespace Sapphire {
|
|
LobbySession::LobbySession( void )
|
|
{
|
|
//setSocket(NULL);
|
|
|
|
}
|
|
|
|
LobbySession::~LobbySession( void )
|
|
{
|
|
|
|
}
|
|
}
|
|
|