Guest User

Untitled

a guest
Jun 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.10 KB | None | 0 0
  1. System.Collections.IEnumerator WaitForSeconds(float val)
  2.     {
  3.       yield return new WaitForSeconds (val);
  4.     }
Add Comment
Please, Sign In to add comment