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