Sha256: 1a51068c92f11f79fc927325814d32d35b11763298b9567cace34e329f55280e

Contents?: true

Size: 272 Bytes

Versions: 1

Compression:

Stored size: 272 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 Gamefic::Standard
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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