wip
This commit is contained in:
parent
3280e2a6d7
commit
afbc5d3c13
2 changed files with 23 additions and 13 deletions
|
|
@ -1,5 +1,6 @@
|
|||
mod game;
|
||||
mod game_rules_moves;
|
||||
pub use game_rules_moves::MoveRules;
|
||||
mod game_rules_points;
|
||||
pub use game::{EndGameReason, GameEvent, GameState, Stage, TurnStage};
|
||||
pub use game_rules_points::PointsRules;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue