forked from mirror/Riven
1
0
Fork 0
Riven/riven/srcgen/.gameTypes.json

23 lines
510 B
JSON
Raw Normal View History

[
{
"gametype": "CUSTOM_GAME",
"description": "Custom games",
"x-value": "CUSTOM_GAME",
"x-name": "CUSTOM_GAME",
"x-desc": "Custom games"
},
{
"gametype": "MATCHED_GAME",
"description": "all other games",
"x-value": "MATCHED_GAME",
"x-name": "MATCHED_GAME",
"x-desc": "all other games"
},
{
"gametype": "TUTORIAL_GAME",
"description": "Tutorial games",
"x-value": "TUTORIAL_GAME",
"x-name": "TUTORIAL_GAME",
"x-desc": "Tutorial games"
}
]