Move remaining realm classes out of Stores namespace

This commit is contained in:
Dean Herbert
2022-06-15 17:13:32 +09:00
parent 23d7667f39
commit f23ddfe6cc
14 changed files with 12 additions and 25 deletions

View File

@ -1,16 +1,16 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
#nullable enable
using System.Diagnostics;
using System.IO;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Logging;
using osu.Game.Database;
using osu.Game.Extensions;
using osu.Game.Models;
using osu.Game.Stores;
#nullable enable
namespace osu.Game.Tests.Database
{