// SPDX-License-Identifier: MIT pragma solidity >=0.8.24; /* Autogenerated file. Do not edit manually. */ /** * @title IEveSystem * @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 IEveSystem { function evefrontier__registerSmartCharacterClass(uint256 typeId, uint256 volume) external; function evefrontier__registerNetworkNodeClass(uint256 typeId, uint256 volume) external; function evefrontier__registerSmartAssemblies(uint256 typeId, uint256 volume) external; function evefrontier__configureEntityRecordAccess() external; function evefrontier__configureSmartAssemblyAccess() external; function evefrontier__configureOwnershipAccess() external; function evefrontier__configureSmartCharacterAccess() external; function evefrontier__configureLocationAccess() external; function evefrontier__configureFuelAccess() external; function evefrontier__configureNetworkNodeAccess() external; function evefrontier__configureDeployableAccess() external; function evefrontier__configureInventoryAccess() external; function evefrontier__configureEphemeralInventoryAccess() external; function evefrontier__configureEphemeralInteractAccess() external; function evefrontier__configureInventoryInteractAccess() external; function evefrontier__configureSmartStorageUnitAccess() external; function evefrontier__configureSmartTurretAccess() external; function evefrontier__configureSmartGateAccess() external; function evefrontier__configureKillMailAccess() external; }