mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
make handler public so custom analyzers can impl BorrowMessageHandler
This commit is contained in:
parent
b7e6db1f4f
commit
6ecb665f33
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ use crate::Stream;
|
|||
mod analyser;
|
||||
mod error;
|
||||
pub mod gamestateanalyser;
|
||||
mod handler;
|
||||
pub mod handler;
|
||||
mod messagetypeanalyser;
|
||||
mod state;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue