接口 WeightedBlock实验性

interface WeightedBlock {
    block: BlockType;
    weight: number;
}

属性

属性

block: BlockType
weight: number