Class: Settlers::Application::StandaloneGame

Inherits:
Struct
  • Object
show all
Defined in:
lib/settlers/application.rb

Instance Method Summary collapse

Instance Method Details

#runObject



47
48
49
50
# File 'lib/settlers/application.rb', line 47

def run
  app.start_server
  app.start_client(app.server)
end