mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
some minor refactoring to prepare for re-encoding
This commit is contained in:
parent
52a36ed8c8
commit
69386f7d60
18 changed files with 121 additions and 122 deletions
|
|
@ -107,6 +107,7 @@ export interface TextMessagePacket {
|
|||
export interface UnknownUserMessagePacket {
|
||||
packetType: 'unknownUserMessage';
|
||||
type: number;
|
||||
data: BitStream;
|
||||
}
|
||||
|
||||
export interface VoiceInitPacket {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue