mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
propnames
This commit is contained in:
parent
5976b43d56
commit
b8d3540069
9 changed files with 5643 additions and 88 deletions
|
|
@ -72,8 +72,7 @@ pub fn generate_prop_names(demo: Demo) -> TokenStream {
|
|||
.unwrap();
|
||||
|
||||
let imports = quote!(
|
||||
use tf_demo_parser::demo::packet::datatable::SendTableName;
|
||||
use tf_demo_parser::demo::sendprop::{SendPropIdentifier, SendPropName};
|
||||
use crate::demo::sendprop::SendPropIdentifier;
|
||||
);
|
||||
|
||||
let matches = props.into_iter().map(|prop| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue