示例#1
0
文件: EntityID.hpp 项目: yxbh/KEngine
 inline bool operator >(const EntityID & p_ID) const
 {
     return this->getValue() > p_ID.getValue();
 }