Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
hit_rubber.c
Go to the documentation of this file.
1class Hit_Rubber : EffBulletImpactBase
2{
3 void Hit_Rubber()
4 {
5 SetEnterParticle(ParticleList.IMPACT_RUBBER_ENTER);
6 SetExitParticle(ParticleList.IMPACT_RUBBER_EXIT);
7 SetRicochetParticle(ParticleList.IMPACT_RUBBER_RICOCHET);
8 }
9}