Sha256: 661fba1e77c9c7d9ffcb9d653d383d525c0362f13f12762cd93bcca5b6e22840
Contents?: true
Size: 293 Bytes
Versions: 2
Compression:
Stored size: 293 Bytes
Contents
# frozen_string_literal: true module <%= camelcase(name) %> # A single container for modules that are shared among plots, chapters, and # subplots. # module Common extend Gamefic::Scriptable include Gamefic::Standard # Add more shared modules here end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gamefic-sdk-3.4.1 | scaffolds/project/lib/__name__/common.rb.gf.erb |
gamefic-sdk-3.4.0 | scaffolds/project/lib/__name__/common.rb.gf.erb |