MRMJ-1: Messenger & Skills fixes
This commit is contained in:
@@ -81,6 +81,9 @@ namespace UI
|
||||
bool HasParent() { return m_pParent ? true : false; }
|
||||
bool HasChild() { return m_pChildList.empty() ? false : true; }
|
||||
int GetChildCount() { return m_pChildList.size(); }
|
||||
#ifdef FIX_REFRESH_SKILL_COOLDOWN
|
||||
const TWindowContainer& GetChildList() const { return m_pChildList; }
|
||||
#endif
|
||||
|
||||
CWindow * GetRoot();
|
||||
CWindow * GetParent();
|
||||
|
||||
Reference in New Issue
Block a user