Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
hit_textile.c
Go to the documentation of this file.
2{
3 void Hit_Textile()
4 {
5 SetEnterParticle(ParticleList.IMPACT_TEXTILE_ENTER);
6 SetRicochetParticle(ParticleList.IMPACT_TEXTILE_ENTER);
7 SetExitParticle(ParticleList.IMPACT_TEXTILE_EXIT);
8 }
9}