1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 02:24:12 +02:00

entity write fixes

This commit is contained in:
Robin Appelman 2021-07-20 19:27:24 +02:00
commit 577a998baa
17 changed files with 129 additions and 35 deletions

View file

@ -73,7 +73,7 @@ pub enum MessageType {
CmdKeyValues = 32,
}
#[derive(Debug)]
#[derive(Debug, PartialEq)]
pub enum Message<'a> {
Empty,
File(FileMessage),