class Core::Game::Events::TriggerEvent

Attributes

other[R]

Public Class Methods

new(activator, other) click to toggle source
Calls superclass method Core::Game::Events::Event::new
# File lib/game/map/events.rb, line 22
def initialize(activator, other)
  super(activator)
  @other = other
end