#pragma once #include #include "entt/entity/entity.hpp" struct RepairBehaviorComponent { std::optional currentTarget; float maxRepairRange_tiles = 0.0f; };