Class: Settlers::Application::StandaloneGame
- Inherits:
-
Struct
- Object
- Struct
- Settlers::Application::StandaloneGame
- Defined in:
- lib/settlers/application.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
47 48 49 50 |
# File 'lib/settlers/application.rb', line 47 def run app.start_server app.start_client(app.server) end |