UNPKG

mudb

Version:

Real-time database for multiplayer games

12 lines 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schema_1 = require("../../../../schema"); exports.protocolSchema = { client: { pong: new schema_1.MuUint32(), }, server: { ping: new schema_1.MuUint32(), }, }; //# sourceMappingURL=schema.js.map