Pull beatmap list from db and render simple list

This commit is contained in:
Drew DeVault
2016-10-19 10:31:10 -04:00
parent 2ef516a6fa
commit a14edc06c8
4 changed files with 28 additions and 8 deletions

View File

@ -17,4 +17,4 @@ namespace osu.Game.Beatmaps
public List<ControlPoint> ControlPoints { get; set; }
public List<Color4> ComboColors { get; set; }
}
}
}