UNPKG

@gameye/sdk

Version:
28 lines 782 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.templateStateMock = { template: { t1: { templateKey: "t1", arg: [{ name: "tickRate", type: "number", defaultValue: 64, option: [64, 128], }], }, t2: { templateKey: "t2", arg: [{ name: "steamToken", type: "string", defaultValue: "", }, { name: "hostname", type: "string", defaultValue: "gameye.com Match Server", }], }, }, }; //# sourceMappingURL=template.js.map