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 2020-08-12 05:04:12 +02:00
commit 992941b5e4
8 changed files with 4 additions and 23 deletions

View file

@ -2,7 +2,6 @@ use crate::Stream;
/// Messages that consists only of primitives and string and can be derived
use bitbuffer::{BitRead, LittleEndian};
#[derive(BitRead, Debug)]
pub struct FileMessage {
pub transfer_id: u32,