mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-01-30 19:00:28 +08:00
Add sharedfile type enum
This commit is contained in:
parent
c92801d25e
commit
c8642865a1
13
resources/ESharedfileType.js
Normal file
13
resources/ESharedfileType.js
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
/**
|
||||||
|
* @enum ESharedfileType
|
||||||
|
*/
|
||||||
|
module.exports = {
|
||||||
|
"Screenshot": 0,
|
||||||
|
"Artwork": 1,
|
||||||
|
"Guide": 2,
|
||||||
|
|
||||||
|
// Value-to-name mapping for convenience
|
||||||
|
"0": "Screenshot",
|
||||||
|
"1": "Artwork",
|
||||||
|
"2": "Guide"
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user