// SPDX-License-Identifier: MIT pragma solidity >=0.8.21; /* Autogenerated file. Do not edit manually. */ import { EntityRecordData, SmartObjectData } from "./types.sol"; /** * @title ISmartCharacterSystem * @dev This interface is automatically generated from the corresponding system contract. Do not edit manually. */ interface ISmartCharacterSystem { function frontier__createCharacter( uint256 characterId, address characterAddress, EntityRecordData memory entityRecord, SmartObjectData memory smartObjectData ) external; }