Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 committed Aug 16, 2023
1 parent 9beb4f9 commit 75289e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/messages/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//! This crate implements messages to be exchanged among players and DE
//! Connector during multiplayer game.

pub use game::{FromGame, JoinError, Readiness, ToGame};
pub use server::{FromServer, GameOpenError, ToServer};

Expand Down

0 comments on commit 75289e7

Please sign in to comment.