public DrawableSliderPartCherry(SliderPartCherry h)
     : base(h)
 {
 }
Esempio n. 2
0
 public DrawableSliderPartCherry(SliderPartCherry h)
     : base(h)
 {
     OnReady += _ => ApplyResult(r => r.Type = HitResult.Meh);
 }