UNPKG

mudb

Version:

Real-time database for multiplayer games

11 lines (9 loc) 185 B
import { MuUint32 } from '../../../../schema'; export const protocolSchema = { client: { pong: new MuUint32(), }, server: { ping: new MuUint32(), }, };