class Gamefic::Scene::Base

def on_start(&block)

Other tags:
    Yieldparam: context - Additional context
    Yieldparam: props - The scene's props
    Yieldparam: actor - The scene's actor
def on_start(&block)
  start_blocks.push block
end