1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 02:24:12 +02:00

remove seperate userstate struct

This commit is contained in:
Robin Appelman 2019-12-15 01:17:34 +01:00
commit ca1c67af75
2 changed files with 22 additions and 42 deletions

View file

@ -27,6 +27,7 @@ use std::rc::Rc;
Ord,
PartialOrd,
FromStr,
Default,
)]
pub struct EntityId(u32);