mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 15:47:46 +00:00
13 lines
161 B
C++
13 lines
161 B
C++
![]() |
#include "LoginSession.h"
|
||
|
namespace Core {
|
||
|
LoginSession::LoginSession(void) {
|
||
|
//setSocket(NULL);
|
||
|
|
||
|
}
|
||
|
|
||
|
LoginSession::~LoginSession(void) {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|