// SPDX-License-Identifier: MIT pragma solidity >=0.8.24; /* Autogenerated file. Do not edit manually. */ import { LocationData } from "../../namespaces/evefrontier/codegen/index.sol"; /** * @title ILocationSystem * @author MUD (https://mud.dev) by Lattice (https://lattice.xyz) * @dev This interface is automatically generated from the corresponding system contract. Do not edit manually. */ interface ILocationSystem { function evefrontier__saveLocation(uint256 smartObjectId, LocationData memory locationData) external; }