Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
hit_undefined.c
Go to the documentation of this file.
1class Hit_Undefined : EffBulletImpactBase
2{
3 void Hit_Undefined()
4 {
5 SetSingleParticle(ParticleList.IMPACT_TEST);
6 }
7}