20 #ifndef ANTKEEPER_GAME_CHAMBER_COMPONENT_HPP
21 #define ANTKEEPER_GAME_CHAMBER_COMPONENT_HPP
24 #include <unordered_set>
entt::entity id
Entity ID type.
entity::id next_chamber_eid
Entity ID of the chamber below this chamber.
entity::id previous_chamber_eid
Entity ID of the chamber above this chamber.
float distance
Distance along shaft at which the chamber is located.
entity::id shaft_eid
Entity ID of shaft to which the chamber is connected.