Initial Project Commit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user