75 {
76 switch (type)
77 {
78 case ECatchingBaitCategories.BAIT_TYPE_EMPTY:
79 case ECatchingBaitCategories.BAIT_TYPE_MUSHROOM:
80 case ECatchingBaitCategories.BAIT_TYPE_MEAT_SMALL:
81 case ECatchingBaitCategories.BAIT_TYPE_MEAT_LARGE:
82 return 1.0;
83 }
84
85 return 0.0;
86 }
87
89 {
90 return "Red_Fox_Death_SoundSet";
91 }
92
override string GetCatchDeathSoundset()