Method: Hate::Core::Callbacks.quit

Defined in:
lib/hate/core.rb

.quitObject

Called when the game is quit.



116
117
118
# File 'lib/hate/core.rb', line 116

def self.quit
  Hate::Game.quit if Hate::Game.respond_to?('quit')
end