module Gamefic::Scriptable::Hooks

def on_update(&block)

@yieldreceiver [Object]

Define a callback to be executed after a scene finishes.
def on_update(&block)
  update_blocks.push block
end