/// <summary> /// Move to destination cell. /// </summary> public override void Act() { Actuator.Move(m_hHero, m_fcDestination, m_iCost); }