1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 18:44: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

@ -1040,6 +1040,12 @@ impl SendPropIdentifier {
}
}
impl From<u64> for SendPropIdentifier {
fn from(raw: u64) -> Self {
SendPropIdentifier(raw)
}
}
#[derive(Debug, Clone, Display, PartialEq)]
#[display("{index} = {value}")]
pub struct SendProp {