1
0
Fork 0
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:
Robin Appelman 2019-02-26 18:15:42 +01:00
commit 5f4af8333b
13 changed files with 132 additions and 48 deletions

View file

@ -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,