예제 #1
0
 private void Duplicate()
 {
     for (int i = 0; i < SpawnOnDestoy; i++)
     {
         Duplicator.Create(Transform.Position);
     }
 }