Exemplo n.º 1
0
 public void removeParticuleSpawner(ParticuleSpawner particuleSpawner)
 {
     particuleSpawners.Remove(particuleSpawner);
 }
Exemplo n.º 2
0
 public void addParticuleSpawner(ParticuleSpawner particuleSpawner)
 {
     particuleSpawners.Add(particuleSpawner);
 }