Files
Sun1602/Client/GameClient/Interface/uiSUNRankingMan/SUNRankingControl/SUNRankingControl.cpp
T
2022-10-26 12:25:11 +08:00

21 lines
396 B
C++

#include "SunClientPrecompiledHeader.h"
#ifdef _NA_008016_20150203_SUN_RANKING_SYSTEM
#include "SUNRankingControl.h"
SUNRankingControl::SUNRankingControl(void) :
parent_slot_(NULL),
total_control_ptr_(NULL)
{
}
SUNRankingControl::~SUNRankingControl(void)
{
}
bool SUNRankingControl::is_show_() const
{
return parent_slot_->get_is_show_();
}
#endif // _NA_008016_20150203_SUN_RANKING_SYSTEM