hit_plastic.c 236 B

123456789
  1. class Hit_Plastic : EffBulletImpactBase
  2. {
  3. void Hit_Plastic()
  4. {
  5. SetEnterParticle(ParticleList.IMPACT_PLASTIC_ENTER);
  6. SetRicochetParticle(ParticleList.IMPACT_PLASTIC_ENTER);
  7. SetExitParticle(ParticleList.IMPACT_PLASTIC_ENTER);
  8. }
  9. }