protected override void OnCollect(CharControlMotor player) { for (int i = 0; i < ringAmount; i++) { player.RingGot(); } }