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

add encoder for parseSounds

This commit is contained in:
Robin Appelman 2017-08-16 22:33:31 +02:00
commit 9406937f08
7 changed files with 255 additions and 15 deletions

View file

@ -88,6 +88,7 @@ export interface ParseSoundsPacket {
reliable: boolean;
num: number;
length: number;
data: BitStream;
}
export interface SetConVarPacket {