export type FIBSCube = {
    cubeValue: number
    playerMayDouble: boolean
    opponentMayDouble: boolean
}
