Sha256: 72701496e3b372f98db8aa2cb882c70eecc6b741715ad0d0b4e148970fcb5109

Contents?: true

Size: 275 Bytes

Versions: 4

Compression:

Stored size: 275 Bytes

Contents

# frozen_string_literal: true

module <%= camelcase(name) %>
  # The base subplot.
  #
  # Authors should extend this class to create subplots that the plot can
  # branch.
  #
  class Subplot < Gamefic::Subplot
    include Gamefic::Standard.no_scripts
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gamefic-sdk-3.2.1 scaffolds/project/lib/__name__/subplot.rb.gf.erb
gamefic-sdk-3.2.0 scaffolds/project/lib/__name__/subplot.rb.gf.erb
gamefic-sdk-3.1.0 scaffolds/project/lib/__name__/subplot.rb.gf.erb
gamefic-sdk-3.0.1 scaffolds/project/__name__/subplot.rb.gf.erb