Added item card view for selection
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export interface GameItem {
|
||||
name: string
|
||||
description: string
|
||||
category?: 'restorative' | 'enhancement' | 'support'
|
||||
numberHeld?: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user