Class: Chronus::GameController
- Inherits:
-
Object
- Object
- Chronus::GameController
- Defined in:
- lib/chronus/game_controller.rb
Instance Method Summary collapse
-
#initialize ⇒ GameController
constructor
A new instance of GameController.
- #input ⇒ Object
- #update ⇒ Object
Constructor Details
#initialize ⇒ GameController
Returns a new instance of GameController.
6 7 8 |
# File 'lib/chronus/game_controller.rb', line 6 def initialize end |
Instance Method Details
#input ⇒ Object
10 11 12 |
# File 'lib/chronus/game_controller.rb', line 10 def input end |
#update ⇒ Object
14 15 16 |
# File 'lib/chronus/game_controller.rb', line 14 def update end |