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