1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 02:09:54 +08:00

Remove abstract from the class

This commit is contained in:
Shivam
2020-06-09 21:14:05 +02:00
Unverified
parent c9b4fa92f5
commit aacacd75f0
+1 -1
View File
@@ -20,7 +20,7 @@ using osuTK.Input;
namespace osu.Game.Tournament
{
[Cached(typeof(TournamentGameBase))]
public abstract class TournamentGameBase : OsuGameBase
public class TournamentGameBase : OsuGameBase
{
private const string bracket_filename = "bracket.json";