Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiraSora committed Mar 7, 2024
1 parent 828ff60 commit 134f263
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public void ParseAndApply(OngekiFumen fumen, string[] seg)
bpl.SizeValue = Enum.Parse<BulletSize>(map["Size"]);
bpl.TypeValue = Enum.Parse<BulletType>(map["Type"]);
bpl.Speed = float.Parse(map["Speed"]);
bpl.RandomOffsetRange = int.Parse(map["RandomOffsetRange"]);
bpl.PlaceOffset = int.Parse(map["PlaceOffset"]);

//兼容老铺面
Expand Down

0 comments on commit 134f263

Please sign in to comment.