class Gamefic::Dispatcher

def run_hooks(list)

def run_hooks(list)
  list.each do |blk|
    blk[actor, command]
    break if command.cancelled?
  end
end