コード例 #1
0
ファイル: EntityID.hpp プロジェクト: yxbh/KEngine
 inline bool operator >(const EntityID & p_ID) const
 {
     return this->getValue() > p_ID.getValue();
 }