mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-05 02:54:10 +02:00
fix packet parsers
This commit is contained in:
parent
b41bb56822
commit
5f4af8333b
13 changed files with 132 additions and 48 deletions
|
|
@ -8,6 +8,7 @@ use crate::{Parse, ParseError, ParserState, Result, Stream};
|
|||
use super::packet::datatable::SendTable;
|
||||
use super::vector::{Vector, VectorXY};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct SendPropDefinition {
|
||||
pub prop_type: SendPropType,
|
||||
pub name: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue