mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
show server send messages as chat
This commit is contained in:
parent
d9ff9d4662
commit
217211f2fb
12 changed files with 785 additions and 45 deletions
|
|
@ -3,7 +3,14 @@ source: tests/tests.rs
|
|||
expression: state
|
||||
---
|
||||
{
|
||||
"chat": [],
|
||||
"chat": [
|
||||
{
|
||||
"kind": "Empty",
|
||||
"from": "",
|
||||
"text": "#TF_timeleft",
|
||||
"tick": 4
|
||||
}
|
||||
],
|
||||
"users": {
|
||||
"2": {
|
||||
"classes": {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue