mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
encoder for synctick message
This commit is contained in:
parent
76f00f3f82
commit
00a3b82d4a
1 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,6 @@ export const SyncTickHandler: MessageHandler<SyncTickMessage> = {
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
encodeMessage: (message, stream) => {
|
encodeMessage: (message, stream) => {
|
||||||
throw new Error('not implemented');
|
stream.writeUint32(message.tick);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue