Updated Chatter Model
Removed Game Lists, added Steam Games, Itch Games, and generic URL, for listing.
This commit is contained in:
parent
92fedc22f0
commit
bababfbdec
1 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,9 @@ enum ChatterLevel
|
|||
@export var twitch_id: String
|
||||
@export var nickname: String = ""
|
||||
@export var known_engine: String = ""
|
||||
@export var game_lists: Dictionary[String, String] = {}
|
||||
@export var steam_games: Array[int] = []
|
||||
@export var itch_games: Dictionary[String, String] = {}
|
||||
@export var urls: Dictionary[String, String] = {}
|
||||
@export var is_indie_game_dev: bool = false
|
||||
@export var is_on_team: bool = false
|
||||
@export var level: ChatterLevel = ChatterLevel.NEW
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue