mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 18:44:12 +02:00
better packetentities
This commit is contained in:
parent
3c128e54c8
commit
f0bb2af3ca
4 changed files with 25 additions and 19 deletions
|
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue