class Core::Game::Events::Event

Attributes

object[R]

Public Class Methods

new(obj) click to toggle source
# File lib/game/map/events.rb, line 7
def initialize(obj)
  @object = obj
end