Add descriptions to the option objects
This commit is contained in:
parent
ee40351d1b
commit
8eb4a3c48f
3 changed files with 19 additions and 4 deletions
7
common/src/types/GameOption.ts
Normal file
7
common/src/types/GameOption.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export interface IGameOption {
|
||||
name: string;
|
||||
id: string;
|
||||
active: boolean;
|
||||
hidden: boolean;
|
||||
description: string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue