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