Formatting

This commit is contained in:
3urobeat
2023-05-14 18:52:16 +02:00
parent 81d8dc2a5c
commit 897ad16154
3 changed files with 236 additions and 214 deletions

View File

@@ -2,12 +2,12 @@
* @enum ESharedfileType
*/
module.exports = {
"Screenshot": 0,
"Artwork": 1,
"Guide": 2,
"Screenshot": 0,
"Artwork": 1,
"Guide": 2,
// Value-to-name mapping for convenience
"0": "Screenshot",
"1": "Artwork",
"2": "Guide"
// Value-to-name mapping for convenience
"0": "Screenshot",
"1": "Artwork",
"2": "Guide"
};