using UnityEngine.Scripting; namespace Luban { [Preserve] public interface ITypeId { int GetTypeId(); } }