Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
archery_base.c
Go to the documentation of this file.
1
5class Archery_Base : Weapon_Base
6{
7 void Archery_Base();
8
9 override float GetChanceToJam()
10 {
11 return 0.0;
12 }
13}