Add room description.
This commit is contained in:
@ -5,5 +5,6 @@ export interface Item {
|
||||
}
|
||||
|
||||
export interface GameData {
|
||||
description: string;
|
||||
items: Item[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user