mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
handle player name changes
This commit is contained in:
parent
a46ff4a48b
commit
2bce66b6e1
4 changed files with 28 additions and 20 deletions
|
|
@ -70,7 +70,7 @@ export interface SayText2Packet {
|
|||
userMessageType: 'sayText2';
|
||||
client: number;
|
||||
raw: number;
|
||||
kind: 'TF_Chat_All' | 'TF_Chat_Team' | 'TF_Chat_AllDead';
|
||||
kind: 'TF_Chat_All' | 'TF_Chat_Team' | 'TF_Chat_AllDead' | '#TF_Name_Change';
|
||||
from: string;
|
||||
text: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue