workadventure/front/src/Phaser/Game/PlayersPositionInterpolator.ts

8 lines
192 B
TypeScript
Raw Normal View History

/**
* This class is in charge of computing the position of all players.
* Player movement is delayed by 200ms so position depends on ticks.
*/
export class PlayersPositionInterpolator {
}