Class: BeltsEngine::System

Inherits:
Object
  • Object
show all
Includes:
CollectionMixin
Defined in:
lib/belts_engine/system.rb,
lib/belts_engine/system/collection_mixin.rb

Defined Under Namespace

Modules: CollectionMixin

Instance Method Summary collapse

Methods included from CollectionMixin

included

Constructor Details

#initialize(game) ⇒ System

Returns a new instance of System.



5
6
7
8
9
10
# File 'lib/belts_engine/system.rb', line 5

def initialize(game)
  @game = game
  register_tool_shortcuts

  start
end

Instance Method Details

#startObject



12
13
# File 'lib/belts_engine/system.rb', line 12

def start
end