bevy client send messages
This commit is contained in:
parent
dcf52503ac
commit
7985adb216
4 changed files with 77 additions and 12 deletions
|
|
@ -1,5 +1,5 @@
|
|||
mod game;
|
||||
pub use game::{ GameState, GameEvent, EndGameReason };
|
||||
pub use game::{EndGameReason, GameEvent, GameState, Stage};
|
||||
|
||||
mod player;
|
||||
pub use player::Player;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue