class Core::Game::Events::MotionEvent

Attributes

old_pos[R]

Public Class Methods

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