export default interface IBlockTypeData {
    lid?: number;
    n: string;
    ic?: string;
    mc?: string;
    m?: string;
    textureIndex?: number;
}
