1
0
Fork 0
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:
Robin Appelman 2017-09-03 14:27:17 +02:00
commit cd5d0b0e86
4 changed files with 110 additions and 10 deletions

View file

@ -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;
}