UNPKG

xboxstatus

Version:

A nodejs library for the Xbox Live Service Status v5 API.

7 lines (6 loc) 125 B
module.exports = class ScenarioDevice { constructor(data) { this.id = data.Id; this.name = data.Name; } };