module Gamefic::Scriptable::Hooks

def on_player_conclude(&block)

Other tags:
    Yieldparam: -

Other tags:
    Note: - A player can conclude participation in a narrative without the
def on_player_conclude(&block)
  player_conclude_blocks.push(block)
end