#pragma once namespace AI { struct GetEquipmentBehaviorState { std::optional ShopWantLocation{}; std::optional StuckTimer{}; }; }