Started item data view with working overflow scroll
This commit is contained in:
5
src/models/YrhGameItem.ts
Normal file
5
src/models/YrhGameItem.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface GameItem {
|
||||
name: string
|
||||
description: string
|
||||
numberHeld?: number
|
||||
}
|
||||
Reference in New Issue
Block a user