frontend
Preparing search index...
types/card
GoFishPlayerData
Interface GoFishPlayerData
Go Fish player data with hand, book count, and completed books.
interface
GoFishPlayerData
{
bookCount
:
number
;
books
:
GoFishBook
[]
;
cardCount
:
number
;
cards
:
Card
[]
;
id
:
number
;
isHuman
:
boolean
;
}
Index
Properties
book
Count
books
card
Count
cards
id
is
Human
Properties
book
Count
bookCount
:
number
books
books
:
GoFishBook
[]
card
Count
cardCount
:
number
cards
cards
:
Card
[]
id
id
:
number
is
Human
isHuman
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
book
Count
books
card
Count
cards
id
is
Human
frontend
Loading...
Go Fish player data with hand, book count, and completed books.