Skip to content

Commit 48ef7ed

Browse files
committed
[+] 实现OgkParser
1 parent 76b9380 commit 48ef7ed

3 files changed

Lines changed: 525 additions & 5 deletions

File tree

chart/ogk/Lane.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class ColorfulLane() : Lane(LaneType.Colorful)
2525
}
2626

2727
// 这里的Start,是相对于Wall的开始时刻的!不是绝对时间!
28-
public record Block(Rational Start, Rational Duration, int Pos, int EndPos);
28+
public record Block(Rational Start, Rational Duration, Rational Pos, Rational EndPos);
2929

3030
public class Wall() : Lane(LaneType.Wall)
3131
{

generator/mai/SimaiGenerator.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using System.Globalization;
21
using System.Numerics;
32
using MuConvert.generator;
43
using MuConvert.utils;

0 commit comments

Comments
 (0)