UNPKG

mudb

Version:

Real-time database for multiplayer games

10 lines (9 loc) 179 B
import { MuUint32 } from '../../../../schema'; export declare const protocolSchema: { client: { pong: MuUint32; }; server: { ping: MuUint32; }; };