Class: CARPS::DM::StartInterface
- Inherits:
-
StartGameInterface
- Object
- Interface
- QuitInterface
- StartGameInterface
- CARPS::DM::StartInterface
- Defined in:
- lib/carps/service/dm/start.rb
Overview
Interface for the dm to start games
Instance Method Summary collapse
-
#initialize(continuation, mailer, game_config, manager) ⇒ StartInterface
constructor
A new instance of StartInterface.
Methods inherited from StartGameInterface
Methods included from ControlInterface
Methods inherited from Interface
Constructor Details
#initialize(continuation, mailer, game_config, manager) ⇒ StartInterface
Returns a new instance of StartInterface.
31 32 33 34 |
# File 'lib/carps/service/dm/start.rb', line 31 def initialize continuation, mailer, game_config, manager super add_command :new, "Start a new game." end |