Skip to content

Commit

Permalink
add go and c# links (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Oct 12, 2023
1 parent 4e0f4f6 commit 530fed8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,9 @@ True/Flase if player is pressing button.
| next_secondary_attack_tick_ratio | m_flNextSecondaryAttackTickRatio |


## Other parsers
Go: https://github.com/markus-wa/demoinfocs-golang
C#: https://github.com/saul/demofile-net


## Acknowledgements
Expand Down
2 changes: 1 addition & 1 deletion src/parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ while bitreader.reader.has_bits_remaining(8) {
};
```
(slightly simplified from source code)

The main message types are:

- svc_CreateStringTable
Expand Down

0 comments on commit 530fed8

Please sign in to comment.