Class: BeltsEngine::System
- Inherits:
-
Object
- Object
- BeltsEngine::System
- 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
-
#initialize(game) ⇒ System
constructor
A new instance of System.
- #start ⇒ Object
Methods included from CollectionMixin
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
#start ⇒ Object
12 13 |
# File 'lib/belts_engine/system.rb', line 12 def start end |