UNPKG

steam-appticket-2

Version:
14 lines (10 loc) 379 B
// Auto-generated by generate-protos script on Thu Dec 20 2018 00:12:13 GMT-0500 (Eastern Standard Time) const Schema = module.exports; mergeObjects(Schema, require('./encrypted_app_ticket.js')); function mergeObjects(destinationObject, sourceObject) { for (let i in sourceObject) { if (sourceObject.hasOwnProperty(i)) { destinationObject[i] = sourceObject[i]; } } }