public void SetTarget(MovingTarget mt) { int x = (int)transform.position.x; int y = (int)transform.position.y; mt.GetPathFrom(x, y, m_MovingPath); }
// public void SetMoving(MovingTarget mt, int x, int y, bool isBack = false) { mt.GetPathFrom(x, y, m_MovingPath); }