class Gamefic::Subplot

def branch subplot_class = Gamefic::Subplot, introduce: [], **config

Returns:
  • (Gamefic::Subplot) -

Parameters:
  • config (Hash) -- Subplot configuration
  • introduce (Gamefic::Actor, Array, nil) -- Players to introduce
  • subplot_class (Class) -- The Subplot class

Other tags:
    Note: - A subplot's host is always the base plot, regardless of whether
def branch subplot_class = Gamefic::Subplot, introduce: [], **config
  plot.branch subplot_class, introduce: introduce, **config
end