24 #ifndef NET_EATHENA_LOGINHANDLER_H
25 #define NET_EATHENA_LOGINHANDLER_H
41 void connect()
const override final;
51 const std::string &
restrict newPassword)
unsigned int getMaxPasswordLength() const
void sendOtpCode(const std::string &code) const
void updatePacketVersion() const
ServerInfo * getCharServer() const
void sendLoginRegister(const std::string &username, const std::string &password, const std::string &email) const
void sendMobileCode(const BeingId accountId, const std::string &code) const
void changePassword(const std::string &oldPassword, const std::string &newPassword) const
#define A_DELETE_COPY(func)