Initial Project Commit

This commit is contained in:
2025-10-27 17:26:17 +00:00
parent 36f31d54d1
commit bc21e94bc1
5 changed files with 48 additions and 41 deletions

View File

@@ -61,7 +61,7 @@ namespace RPG.Control
if (hasHit)
{
if (moveAction.IsPressed())
GetComponent<Mover>().MoveTo(hit.point);
GetComponent<Mover>().StartMoveAction(hit.point);
return true;
}
return false;