1
0

Player Xp, includes get/set and addExperience

This commit is contained in:
Daniel O'Brien 2013-11-14 01:07:24 +11:00
parent fc0b6adf51
commit 875bca5fb9

View File

@ -77,7 +77,7 @@ public:
bool AddExperience(int a_Xp_delta);
/// Gets the experience total - XpTotal
inline int GetExperience(void) { return m_XpTotal; }
inline int GetExperienceTotal(void) { return m_XpTotal; }
/// Gets the current level - XpLevel
inline int GetExperienceLevel(void) { return m_XpLevel; }