public void EnterExcute() { //curPos = soliderInfo.GetPosition(); //targetPos = soliderInfo.GetAttackMovePos(); targetPos = GetAtkPos(attackInfo.GetPosition()); speed = soliderInfo.GetSpeed(); soliderInfo.Run(targetPos); }
public void EnterExcute() { curPos = soliderInfo.GetPosition(); targetPos = soliderInfo.GetBarrackPos(); speed = soliderInfo.GetSpeed(); //Debug.Log(curPos); //Debug.Log(targetPos); soliderInfo.Run(targetPos); }