ingame timer

This commit is contained in:
Zutatensuppe 2020-12-07 02:38:07 +01:00
parent 0dcebdd718
commit 3fdd1ae240
6 changed files with 73 additions and 7 deletions

View file

@ -69,4 +69,6 @@ export default {
get: GameCommon.get,
getSockets: GameCommon.getSockets,
handleInput: GameCommon.handleInput,
getStartTs: GameCommon.getStartTs,
getFinishTs: GameCommon.getFinishTs,
}