Add FramedReplay and use where legacy is not needed.

This commit is contained in:
Dean Herbert
2017-03-31 12:43:42 +09:00
parent 2cb64cbf52
commit e7ecc479c9
8 changed files with 209 additions and 157 deletions

View File

@ -7,6 +7,7 @@ using osu.Game.Database;
using osu.Game.Modes.Mods;
using osu.Game.Users;
using System.IO;
using osu.Game.Modes.Replays;
namespace osu.Game.Modes.Scoring
{