Sha256: 815a08c9d00e14685b77425236d6d546d65c8eadacb6c7e761d457606aea8c07

Contents?: true

Size: 261 Bytes

Versions: 2

Compression:

Stored size: 261 Bytes

Contents

# frozen_string_literal: true

module <%= camelcase(name) %>
  # The base chapter.
  #
  # Authors should extend this class to create chapters that can be appended to
  # the plot.
  #
  class Chapter < Gamefic::Chapter
    include Common
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gamefic-sdk-3.4.1 scaffolds/project/lib/__name__/chapter.rb.gf.erb
gamefic-sdk-3.4.0 scaffolds/project/lib/__name__/chapter.rb.gf.erb