Format code

This commit is contained in:
Cappy Ishihara 2024-06-02 03:12:57 +07:00
parent 45192ef182
commit 026c6a950e
No known key found for this signature in database
GPG key ID: 50862C285CB76906
8 changed files with 145 additions and 86 deletions

View file

@ -1,9 +1,9 @@
mod c2s;
mod s2c;
mod handler;
mod errors;
mod handler;
mod s2c;
pub use c2s::C2SMessage;
pub use s2c::S2CMessage;
pub use errors::MessageLoadError;
pub use handler::handler;
pub use errors::MessageLoadError;
pub use s2c::S2CMessage;