Re-namespace replay-related classes

This commit is contained in:
smoogipoo
2018-11-28 17:20:37 +09:00
parent 1717d7defb
commit 2ee181daf7
30 changed files with 34 additions and 19 deletions

View File

@ -6,8 +6,8 @@ using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
using osu.Game.Beatmaps;
using osu.Game.Replays;
using osu.Game.Rulesets;
using osu.Game.Rulesets.Replays;
using osu.Game.Rulesets.Scoring;
using osu.Game.Scoring;
using osu.Game.Users;