class RuneRb::Objects::ObjectManager

Attributes

objects[R]

Public Class Methods

new() click to toggle source
# File app/services/objects.rb, line 5
def initialize
  @objects = []
end