Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
fishingrod.c
Go to the documentation of this file.
1class FishingRod : FishingRod_Base_New
2{
3 void FishingRod()
4 {
5 }
6
7 //Deprecated
8 override float GetFishingEffectivityBonus()
9 {
10 return 0.1;
11 }
12};
float GetFishingEffectivityBonus()