Sha256: 0d8c54537a5d5b156596d2216ee83c780789f0c71a66447c426460a86f89bb02

Contents?: true

Size: 264 Bytes

Versions: 1

Compression:

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

Version data entries

1 entries across 1 versions & 1 rubygems

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