mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 02:24:12 +02:00
fixes
This commit is contained in:
parent
1b1878a77b
commit
deb3375ac7
11 changed files with 97 additions and 32 deletions
|
|
@ -82,7 +82,7 @@ pub struct EntityMessage {
|
|||
pub class_id: u16,
|
||||
#[size = 11]
|
||||
pub length: u16,
|
||||
#[size = "length * 8"]
|
||||
#[size = "length"]
|
||||
pub data: Stream,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue