Started item data view with working overflow scroll

This commit is contained in:
Alexis
2023-05-14 12:23:59 +02:00
parent 0285e18556
commit 495c9ed1d0
13 changed files with 266 additions and 18 deletions

View File

@@ -0,0 +1,5 @@
export interface GameItem {
name: string
description: string
numberHeld?: number
}