Sha256: 0888f77066b31ed69ce516f95171985fac7fc2682e421a2d58c0329588312fb2

Contents?: true

Size: 319 Bytes

Versions: 6

Compression:

Stored size: 319 Bytes

Contents

# frozen_string_literal: true

module <%= camelcase(name) %>
  # The main plot.
  #
  class Plot < Gamefic::Plot
    UUID = 'fe5d62a7-7036-45c0-b5cb-39c336bf1b5a'

    include Gamefic::Standard

    script do
      introduction do |actor|
        actor.tell "Hello, world!"
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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