示例#1
0
 public static void Nibble()
 {
     if (Random.value <= Current.NibbleChance)
     {
         SoundBoard.PlayEatBait();
         ClearBait();
     }
 }