Expand description
This module contains the command pattern implementation for the game.
Re-exports§
pub use challenge_command::ChallengeCommand;pub use command::Command;pub use command::CommandTrait;pub use command_bus::CommandBus;pub use command_type::CommandType;pub use game_command::GameCommand;pub use error::*;
Modules§
- challenge_
command - This module contains the implementation of challenge-level commands.
- command
- This module defines the core command structure and traits for the game.
- command_
bus - command_
type - error
- game_
command - This module contains the implementation of game-level commands.
- parse