This commit is contained in:
Gavin McDonald
2025-04-13 18:07:10 -04:00
parent 91407a9fe1
commit 0eb0060a81
4 changed files with 127 additions and 26 deletions

View File

@@ -78,3 +78,10 @@ export interface ClientUpdate {
gameID: string;
cardIndex: number;
}
export interface Layout {
id: string;
deck: string;
name: string;
text: string;
}