mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
stop packet has a tick
This commit is contained in:
parent
2ebd7e9693
commit
df597defce
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,7 @@
|
||||||
use bitbuffer::{BitRead, BitWrite};
|
use bitbuffer::{BitRead, BitWrite};
|
||||||
|
|
||||||
#[derive(Debug, BitRead, BitWrite, PartialEq)]
|
#[derive(Debug, BitRead, BitWrite, PartialEq)]
|
||||||
pub struct StopPacket;
|
pub struct StopPacket {
|
||||||
|
#[size = 24]
|
||||||
|
tick: u32,
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue