Example #1
0
 private object SetPeaksPriority(int id)
 {
     PeaksPriority = (PeaksPriority)id;
     PlayerPrefHelper.SetPeaksPriority(PeaksPriority);
     _peaksPriorityData.text = PeaksPriority.ToString().ToLower();
     return(true);
 }