UNPKG

@hastearcade/snowglobe

Version:

A TypeScript port of CrystalOrb, a high-level Rust game networking library

14 lines 842 B
export { Client, StageState } from './client'; export type { Command } from './command'; export type { Tweened } from './display_state'; export { makeConfig, TweeningMethod } from './lib'; export type { Config } from './lib'; export type { ClockSyncMessage, AvailableMessages, NetworkMessageType } from './message'; export { COMMAND_MESSAGE_TYPE_ID, CLOCK_SYNC_MESSAGE_TYPE_ID, SNAPSHOT_MESSAGE_TYPE_ID } from './message'; export type { Connection, ConnectionHandle, NetworkResource } from './network_resource'; export { Server } from './server'; export { get as getTimestamp, set as setTimestamp } from './timestamp'; export type { Timestamped, Timestamp } from './timestamp'; export type { TypeId, OwnedEntity, OwnerIdentity } from './types'; export type { DisplayState, Snapshot, World } from './world'; //# sourceMappingURL=index.d.ts.map