add entity.exists(...)

This commit is contained in:
MihailRis
2024-06-27 16:07:40 +03:00
parent 4df0f4e1e4
commit e1eb652ef4
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -90,6 +90,10 @@ public:
}
return std::nullopt;
}
inline size_t size() const {
return entities.size();
}
};
#endif // OBJECTS_ENTITIES_HPP_