Interface AutoscoreResults

interface AutoscoreResults {
    needs_sealing: JGOFSealingIntersection[];
    removed: JGOFMove[];
    result: JGOFNumericPlayerColor[][];
    sealed_result: JGOFNumericPlayerColor[][];
}

Properties

needs_sealing: JGOFSealingIntersection[]
removed: JGOFMove[]
sealed_result: JGOFNumericPlayerColor[][]