@geckos.io/snapshot-interpolation
Version:
A Snapshot Interpolation library for Real-Time Multiplayer Games
9 lines • 458 B
TypeScript
/**
* @author Yannick Deubel (https://github.com/yandeu)
* @copyright Copyright (c) 2021 Yannick Deubel; Project Url: https://github.com/geckosio/snapshot-interpolation
* @license {@link https://github.com/geckosio/snapshot-interpolation/blob/master/LICENSE|GNU GPLv3}
*/
export { SnapshotInterpolation } from './snapshot-interpolation';
export { Vault } from './vault';
export * as Types from './types';
//# sourceMappingURL=index.d.ts.map