Class: Chronus::GameController

Inherits:
Object
  • Object
show all
Defined in:
lib/chronus/game_controller.rb

Instance Method Summary collapse

Constructor Details

#initializeGameController

Returns a new instance of GameController.



6
7
8
# File 'lib/chronus/game_controller.rb', line 6

def initialize
  
end

Instance Method Details

#inputObject



10
11
12
# File 'lib/chronus/game_controller.rb', line 10

def input

end

#updateObject



14
15
16
# File 'lib/chronus/game_controller.rb', line 14

def update
  
end