can put them back
This commit is contained in:
@@ -55,3 +55,8 @@ export const shuffle = (cards: Card[]) => {
|
||||
}
|
||||
return cards;
|
||||
};
|
||||
|
||||
export type GameState = {
|
||||
deck: Pile;
|
||||
hand: Hand;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user