コード例 #1
0
 public ColourHitErrorMeter()
 {
     AutoSizeAxes  = Axes.Both;
     InternalChild = judgementsFlow = new JudgementFlow();
 }
コード例 #2
0
ファイル: ColourHitErrorMeter.cs プロジェクト: shadiwolf/e
 public ColourHitErrorMeter(HitWindows hitWindows)
     : base(hitWindows)
 {
     AutoSizeAxes  = Axes.Both;
     InternalChild = judgementsFlow = new JudgementFlow();
 }