1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 02:24: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

@ -4,8 +4,8 @@ use crate::{ReadResult, Stream};
#[derive(Debug, PartialEq)]
pub struct ConsoleCmdPacket {
tick: u32,
command: String,
pub tick: u32,
pub command: String,
}
impl BitRead<'_, LittleEndian> for ConsoleCmdPacket {