@gameye/sdk
Version:
Node.js SDK for Gameye
22 lines • 808 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.gameStateMock = {
game: {
csgo: { gameKey: "csgo", location: {} },
tf2: { gameKey: "tf2", location: {} },
css: { gameKey: "css", location: {} },
l4d2: { gameKey: "l4d2", location: {} },
kf2: { gameKey: "kf2", location: {} },
test: { gameKey: "test", location: { local: true } },
},
location: {
rotterdam: { locationKey: "rotterdam" },
ireland: { locationKey: "ireland" },
dubai: { locationKey: "dubai" },
tokyo: { locationKey: "tokyo" },
los_angeles: { locationKey: "los_angeles" },
washington_dc: { locationKey: "washington_dc" },
local: { locationKey: "local" },
},
};
//# sourceMappingURL=game.js.map