mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-21 21:17:25 +00:00
Update dGame/User.h
Co-authored-by: jadebenn <jadebenn@users.noreply.github.com>
This commit is contained in:
parent
67a86a545b
commit
5f631e7389
@ -25,7 +25,7 @@ public:
|
|||||||
User& operator=(const User& other);
|
User& operator=(const User& other);
|
||||||
bool operator==(const User& other) const;
|
bool operator==(const User& other) const;
|
||||||
|
|
||||||
uint32_t GetAccountID() const { return m_AccountID; }
|
uint32_t GetAccountID() const noexcept { return m_AccountID; }
|
||||||
std::string& GetUsername() { return m_Username; }
|
std::string& GetUsername() { return m_Username; }
|
||||||
std::string& GetSessionKey() { return m_SessionKey; }
|
std::string& GetSessionKey() { return m_SessionKey; }
|
||||||
SystemAddress& GetSystemAddress() { return m_SystemAddress; }
|
SystemAddress& GetSystemAddress() { return m_SystemAddress; }
|
||||||
|
Loading…
Reference in New Issue
Block a user