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