Guest User

Untitled

a guest
Oct 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public IEnumerator Sunglasses()
  2. {
  3. Stuff
  4. }
  5.  
  6. public void Start()
  7. {
  8. Function1();
  9. String blah = "Things";
  10. Function2();
  11. StartCoroutine(Routine2());
  12. StartCoroutine(Routine3());
  13. }
Add Comment
Please, Sign In to add comment