frontend
    Preparing search index...

    Interface GoFishCpuAction

    CPU action record in Go Fish.

    interface GoFishCpuAction {
        askPlayerIdx: number;
        askRank: number;
        askTargetIdx: number;
        bookFormed: boolean;
        bookRank: number;
        cardsReceived: number;
        drawnCard: Card | null;
        success: boolean;
    }
    Index

    Properties

    askPlayerIdx: number
    askRank: number
    askTargetIdx: number
    bookFormed: boolean
    bookRank: number
    cardsReceived: number
    drawnCard: Card | null
    success: boolean