bevy client send messages

This commit is contained in:
Henri Bourcereau 2023-11-01 20:02:53 +01:00
parent dcf52503ac
commit 7985adb216
4 changed files with 77 additions and 12 deletions

View file

@ -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;