Export DemoEvent

This commit is contained in:
Lol3rrr
2024-09-15 13:40:36 +02:00
parent 30a675140b
commit 8100b7ef21

View File

@@ -13,6 +13,7 @@ mod bitreader;
mod varint; mod varint;
mod packet; mod packet;
pub use packet::DemoEvent;
pub mod game_event; pub mod game_event;
pub mod parser; pub mod parser;