Example #1
0
 public float GetPerkHitPoint()
 {
     return(perk != null?perk.GetBonusHitPoint() : 0);
 }