tooltips
This commit is contained in:
@@ -78,3 +78,10 @@ export interface ClientUpdate {
|
||||
gameID: string;
|
||||
cardIndex: number;
|
||||
}
|
||||
|
||||
export interface Layout {
|
||||
id: string;
|
||||
deck: string;
|
||||
name: string;
|
||||
text: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user