Advertisement
Guest User

Untitled

a guest
Jun 6th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. public void MakeCourtine()
  2.     {
  3.         print("1");
  4.         StartCoroutine("courtine", 1);
  5.         print("3");
  6.     }
  7.  
  8.     private IEnumerable courtine()
  9.     {
  10.         print("2");
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement