UNPKG

steam-user

Version:

Steam client for Individual and AnonUser Steam account types

18 lines (14 loc) 375 B
/* eslint-disable */ // Auto-generated by generate-enums script on Thu Feb 24 2022 03:38:38 GMT-0500 (Eastern Standard Time) /** * @enum * @readonly */ const EContentDeltaChunkDataLocation = { "InProtobuf": 0, "AfterProtobuf": 1, // Value-to-name mapping for convenience "0": "InProtobuf", "1": "AfterProtobuf", }; module.exports = EContentDeltaChunkDataLocation;