Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89b4237

Browse files
authored
Update README.md
1 parent d17883a commit 89b4237

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public class Player:MonoBehaviour{
1919
void Start(){
2020
navMeshAgent=GetComponent<NavMeshAgent>();
2121
}
22+
2223
void Update(){
2324
if(Input.GetMouseButtonDown(0)){
2425
RaycastHit hit;

0 commit comments

Comments
 (0)