Introduction - If you have any usage issues, please Google them yourself
#include "../GameServer/stdafx.h"
accounts::accounts(void):m_byVip( 0 ),m_byOnline( 0 ), m_bySex( 0 ),m_dwRxPoint( 0 ),m_bSave( true ),InServer(false)
{
memset( m_szId, 0, 50);
memset( m_szPassWord, 0,50 );
memset( m_szLastLoginTime, 0, 50 );
}
accounts::~accounts(void)
{
}
void accounts::ClosePlayerData()
{
}