Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Public Member Functions | |
cUser (int a_ClientID, const std::string_view a_Name, const std::string_view a_ServerID) | |
Public Attributes | |
int | m_ClientID |
AString | m_Name |
AString | m_ServerID |
Definition at line 54 of file Authenticator.h.
|
inline |
Definition at line 61 of file Authenticator.h.
int cAuthenticator::cUser::m_ClientID |
Definition at line 57 of file Authenticator.h.
AString cAuthenticator::cUser::m_Name |
Definition at line 58 of file Authenticator.h.
AString cAuthenticator::cUser::m_ServerID |
Definition at line 59 of file Authenticator.h.