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

packetentities write?

This commit is contained in:
Robin Appelman 2021-07-19 23:18:29 +02:00
commit 4843fe0600
5 changed files with 327 additions and 15 deletions

View file

@ -1040,7 +1040,7 @@ impl SendPropIdentifier {
}
}
#[derive(Debug, Clone, Display)]
#[derive(Debug, Clone, Display, PartialEq)]
#[display("{index} = {value}")]
pub struct SendProp {
pub index: SendPropIdentifier,