mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
12 lines
161 B
C++
12 lines
161 B
C++
#include "LoginSession.h"
|
|
namespace Core {
|
|
LoginSession::LoginSession(void) {
|
|
//setSocket(NULL);
|
|
|
|
}
|
|
|
|
LoginSession::~LoginSession(void) {
|
|
|
|
}
|
|
}
|
|
|