Example #1
0
 public StrongNestedHit(StrongHitObject strong, DrawableDrumRoll drumRoll)
     : base(strong, drumRoll)
 {
 }
Example #2
0
 public StrongNestedHit(DrumRoll.StrongNestedHit nestedHit, DrawableDrumRoll drumRoll)
     : base(nestedHit, drumRoll)
 {
 }