예제 #1
0
파일: Entity.hpp 프로젝트: Lusito/ECS-tasy
		bool has() const {
			return componentBits.get(getComponentType<T>());
		}