mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-24 03:35:35 +08:00
75e6d7c8ab
* + revert the change to SetProduct() and SetGameDescription() * + less verbose return in Steam_GameServer::BSecure() * + add missing note in ReadMe about libssq
32 lines
758 B
JSON
32 lines
758 B
JSON
{
|
|
"111111111": {
|
|
"title": "Example Workshop Item",
|
|
"description": "Example Workshop Item with all Details",
|
|
"steam_id_owner": 11111111111111111,
|
|
"time_created": 1554997000,
|
|
"time_updated": 1554997000,
|
|
"time_added": 1554997000,
|
|
"tags": "Maps, exampleTag, exampleTag2",
|
|
"primary_filename": "test.sav",
|
|
"primary_filesize": 1000000,
|
|
"preview_filename": "test.png",
|
|
"preview_filesize": 1000000,
|
|
"workshop_item_url": "https://steamcommunity.com/sharedfiles/filedetails/?id=111111111",
|
|
"upvotes": 1,
|
|
"downvotes": 0,
|
|
"num_children": 0
|
|
},
|
|
|
|
"222222222": {
|
|
"title": "Example Workshop Item",
|
|
"description": "Example Workshop Item with all Details"
|
|
},
|
|
|
|
"333333333": {
|
|
"title": "Example Workshop Item"
|
|
},
|
|
|
|
"444444444": {
|
|
}
|
|
}
|