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

Version Path
gamefic-3.6.0 lib/gamefic/actor.rb
gamefic-3.5.0 lib/gamefic/actor.rb
gamefic-3.4.0 lib/gamefic/actor.rb
gamefic-3.3.0 lib/gamefic/actor.rb
gamefic-3.2.1 lib/gamefic/actor.rb
gamefic-3.2.0 lib/gamefic/actor.rb
gamefic-3.1.0 lib/gamefic/actor.rb
gamefic-3.0.0 lib/gamefic/actor.rb