Sha256: 99ae86194e3aec638a76a105df59ff2eac7bb95bd083b92ba8e0c48594fe2b36

Contents?: true

Size: 177 Bytes

Versions: 10

Compression:

Stored size: 177 Bytes

Contents

class Stagehand
  attr_accessor :opts, :stage
  def initialize(stage, opts)
    @stage = stage
    @opts = opts
    setup
  end

  def setup
  end

  def update(time)
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
gamebox-0.4.0 lib/gamebox/core/stagehand.rb
gamebox-0.4.0.rc11 lib/gamebox/core/stagehand.rb
gamebox-0.4.0.rc5 lib/gamebox/core/stagehand.rb
gamebox-0.4.0.rc4 lib/gamebox/core/stagehand.rb
gamebox-0.4.0.rc3 lib/gamebox/core/stagehand.rb
gamebox-0.4.0.rc2 lib/gamebox/core/stagehand.rb
gamebox-0.4.0.rc1 lib/gamebox/core/stagehand.rb
gamebox-0.3.4 lib/gamebox/stagehand.rb
gamebox-0.3.3 lib/gamebox/stagehand.rb
gamebox-0.3.2 lib/gamebox/stagehand.rb