Add full multiplayer gameplay flow test

This commit is contained in:
smoogipoo
2021-08-24 13:20:01 +09:00
parent 8ff30ffd1d
commit c2974cfc65
2 changed files with 38 additions and 0 deletions

View File

@ -9,6 +9,8 @@ namespace osu.Game.Tests.Resources
{
public static class TestResources
{
public const double QUICK_BEATMAP_LENGTH = 10000;
public static DllResourceStore GetStore() => new DllResourceStore(typeof(TestResources).Assembly);
public static Stream OpenResource(string name) => GetStore().GetStream($"Resources/{name}");