예제 #1
0
 private void Start()
 {
     op = ObjectPooler.Instance;
     op.CreatePools();
     StartCoroutine(cubeSpawner.SpawnCubes());
 }