Sha256: 869fb970fdc4309d033296a7382e0ad7260b97a81cc8aac346b05f2f3478e815
Contents?: true
Size: 278 Bytes
Versions: 1
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true module <%= camelcase(name) %> # The main plot. # class Plot < Gamefic::Plot UUID = 'fe5d62a7-7036-45c0-b5cb-39c336bf1b5a' include Common introduction do |actor| actor.tell "Hello, world!" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gamefic-sdk-3.4.0 | scaffolds/project/lib/__name__/plot.rb.gf.erb |