Sha256: adae9d0418dfdec0f0b7fa11451847bcb9c521863fe041d4b94fab5f984575cd
Contents?: true
Size: 425 Bytes
Versions: 8
Compression:
Stored size: 425 Bytes
Contents
# frozen_string_literal: true require 'gamefic-standard/entities/scenery' # Rubble is Scenery with slightly modified action responses. # Intended for things that might be portable but are useless. # Rule of thumb: Scenery is something that can't be carried, # like a table or the sky; and Rubble is something that might # be portable but is otherwise useless, like trash or debris. # class Rubble < Scenery end
Version data entries
8 entries across 8 versions & 1 rubygems