// SPDX-License-Identifier: UNLICENSED pragma solidity >=0.4.22 <0.9.0; import {Types} from "./15a-road-periphery.sol"; contract ImportTypes { Types.GameStorage s; constructor() {} }