mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Rename all usages of APIBeatmap
to beatmap
in tournament namespace
This commit is contained in:
@ -44,8 +44,8 @@ namespace osu.Game.Tournament.Tests.NonVisual
|
||||
{
|
||||
Beatmaps =
|
||||
{
|
||||
new RoundBeatmap { BeatmapInfo = TournamentTestScene.CreateSampleBeatmap() },
|
||||
new RoundBeatmap { BeatmapInfo = TournamentTestScene.CreateSampleBeatmap() },
|
||||
new RoundBeatmap { Beatmap = TournamentTestScene.CreateSampleBeatmap() },
|
||||
new RoundBeatmap { Beatmap = TournamentTestScene.CreateSampleBeatmap() },
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user