1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 02:24:12 +02:00
This commit is contained in:
Robin Appelman 2019-03-03 00:29:39 +01:00
commit deb3375ac7
11 changed files with 97 additions and 32 deletions

View file

@ -82,7 +82,7 @@ pub struct EntityMessage {
pub class_id: u16,
#[size = 11]
pub length: u16,
#[size = "length * 8"]
#[size = "length"]
pub data: Stream,
}