示例#1
0
 public static void Draw(double time)
 {
     JudgeHighlighting.Draw(time);
     JudgeMeter.Draw();
 }
示例#2
0
 public static void Load(byte columns)
 {
     JudgeMeter.Load();
     JudgeHighlighting.Load(columns);
     Score.Load();
 }
示例#3
0
 public static void Judge(double offset, double time, byte column)
 {
     JudgeHighlighting.Judge(offset, time, column);
     JudgeMeter.Judge(offset);
 }