예제 #1
0
 void Reset()
 {
     Test1.ResetObjectSpawner();
     StopAllCoroutines();
     StartCoroutine(Starting());
 }