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

better packetentities

This commit is contained in:
Robin Appelman 2021-07-22 22:29:46 +02:00
commit f0bb2af3ca
4 changed files with 25 additions and 19 deletions

View file

@ -1087,7 +1087,8 @@ impl From<u64> for SendPropIdentifier {
#[derive(Debug, Clone, Display, PartialEq)]
#[display("{index} = {value}")]
pub struct SendProp {
pub index: SendPropIdentifier,
pub index: u32,
pub identifier: SendPropIdentifier,
pub value: SendPropValue,
}