Sha256: 4551adce005f58bfde1c76c471d1a3e11087c757da352d97910cbb167be04e8c

Contents?: true

Size: 194 Bytes

Versions: 7

Compression:

Stored size: 194 Bytes

Contents

# frozen_string_literal: true

class Gamefic::Entity
  include Grammar::Attributes
  include Standardized
end

Thing = Gamefic::Entity
Thing.set_default itemized: true, portable: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gamefic-standard-3.2.4 lib/gamefic-standard/entities/thing.rb
gamefic-standard-3.2.3 lib/gamefic-standard/entities/thing.rb
gamefic-standard-3.2.2 lib/gamefic-standard/entities/thing.rb
gamefic-standard-3.2.1 lib/gamefic-standard/entities/thing.rb
gamefic-standard-3.2.0 lib/gamefic-standard/entities/thing.rb
gamefic-standard-3.1.0 lib/gamefic-standard/entities/thing.rb
gamefic-standard-3.0.0 lib/gamefic-standard/entities/thing.rb