mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Basic partial replay support.
This commit is contained in:
15
osu.Desktop.VisualTests/Tests/TestCaseReplay.cs
Normal file
15
osu.Desktop.VisualTests/Tests/TestCaseReplay.cs
Normal file
@ -0,0 +1,15 @@
|
||||
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
|
||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace osu.Desktop.VisualTests.Tests
|
||||
{
|
||||
class TestCaseReplay
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user