frontend
    Preparing search index...

    Interface PigsTailPlayer

    Pig's Tail player output from the server.

    interface PigsTailPlayer {
        cardCount: number;
        cards: Card[];
        id: number;
        isHuman: boolean;
    }
    Index

    Properties

    cardCount: number
    cards: Card[]
    id: number
    isHuman: boolean