UNPKG

@gameye/sdk

Version:
26 lines 710 B
export const 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