1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 09:04:13 +02:00

some minor refactoring to prepare for re-encoding

This commit is contained in:
Robin Appelman 2017-08-12 00:52:04 +02:00
commit 69386f7d60
18 changed files with 121 additions and 122 deletions

View file

@ -107,6 +107,7 @@ export interface TextMessagePacket {
export interface UnknownUserMessagePacket {
packetType: 'unknownUserMessage';
type: number;
data: BitStream;
}
export interface VoiceInitPacket {