mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
add encoder for parseSounds
This commit is contained in:
parent
f360011ef4
commit
9406937f08
7 changed files with 255 additions and 15 deletions
|
|
@ -88,6 +88,7 @@ export interface ParseSoundsPacket {
|
|||
reliable: boolean;
|
||||
num: number;
|
||||
length: number;
|
||||
data: BitStream;
|
||||
}
|
||||
|
||||
export interface SetConVarPacket {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue