Esempio n. 1
0
 public void SpawnZonePods(Zone z)
 {
     if (z.NbPodsToAlter > 0)
     {
         podsData.SpawnPod(z, z.NbPodsToAlter);
     }
 }