Sha256: ac714f0d8fe50bdc6b6eeac0c17ad506904eb2c543e6df751a6968e7528c7ef7
Contents?: true
Size: 215 Bytes
Versions: 8
Compression:
Stored size: 215 Bytes
Contents
# frozen_string_literal: true module Gamefic # An entity that is capable of performing actions and participating in # scenes. # class Actor < Gamefic::Entity include Gamefic::Active end end
Version data entries
8 entries across 8 versions & 1 rubygems