frontend
    Preparing search index...

    Interface GoFishLastAsk

    Information about the last ask action in Go Fish.

    interface GoFishLastAsk {
        bookFormed: boolean;
        bookRank: number;
        cardsReceived: Card[];
        drawnCard: Card | null;
        playerIdx: number;
        rank: number;
        success: boolean;
        targetIdx: number;
    }
    Index

    Properties

    bookFormed: boolean
    bookRank: number
    cardsReceived: Card[]
    drawnCard: Card | null
    playerIdx: number
    rank: number
    success: boolean
    targetIdx: number