mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Formatting
This commit is contained in:
@ -10,8 +10,8 @@ namespace osu.Game.Database
|
||||
{
|
||||
internal class OnlineWorkingBeatmap : WorkingBeatmap
|
||||
{
|
||||
private TextureStore textures;
|
||||
private TrackManager tracks;
|
||||
private readonly TextureStore textures;
|
||||
private readonly TrackManager tracks;
|
||||
|
||||
public OnlineWorkingBeatmap(BeatmapInfo beatmapInfo, TextureStore textures, TrackManager tracks) : base(beatmapInfo)
|
||||
{
|
||||
|
Reference in New Issue
Block a user