Sha256: 860a0f21616da32762a5f1b393499a06707fc23eacc7351b465f53e9fda04111

Contents?: true

Size: 253 Bytes

Versions: 2

Compression:

Stored size: 253 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 Common
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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