mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
add encoder for sayText2
This commit is contained in:
parent
2c8fe681d3
commit
cd5d0b0e86
4 changed files with 110 additions and 10 deletions
|
|
@ -109,7 +109,7 @@ export interface SayText2Packet extends BasePacket {
|
|||
packetType: 'sayText2';
|
||||
client: number;
|
||||
raw: number;
|
||||
kind: string;
|
||||
kind: 'TF_Chat_All' | 'TF_Chat_Team' | 'TF_Chat_AllDead';
|
||||
from: string;
|
||||
text: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue