Guest User

Untitled

a guest
Nov 18th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public GameObject[] waypoints;
  2.  
  3. void Start()
  4. {
  5. waypoints = GameObject.FindGameObjectsWithTag("Waypoint");
  6. }
Add Comment
Please, Sign In to add comment