示例#1
0
 public bool Catch(GoldFish fish)
 {
     return(GetLuckyPerCent() > fish.GetResistCatching());
 }