Beispiel #1
0
 // Start is called before the first frame update
 public void Init()
 {
     bombPool.InitPool(15, bombPrefab);
     firePool.InitPool(36, firePrefab);
     GeneratePlateElt();
 }