landmineexplosion.c 126 B

1234567
  1. class LandmineExplosion : EffectParticle
  2. {
  3. void LandmineExplosion()
  4. {
  5. SetParticleID(ParticleList.EXPLOSION_LANDMINE);
  6. }
  7. }