diff --git a/README.md b/README.md index 80024bc6..6d22be9e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/parser/README.md b/src/parser/README.md index 94dd035f..340885ae 100644 --- a/src/parser/README.md +++ b/src/parser/README.md @@ -65,7 +65,7 @@ while bitreader.reader.has_bits_remaining(8) { }; ``` (slightly simplified from source code) - + The main message types are: - svc_CreateStringTable