Remove abstract from the class

This commit is contained in:
Shivam 2020-06-09 21:14:05 +02:00
parent c9b4fa92f5
commit aacacd75f0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
namespace osu.Game.Tournament
{
[Cached(typeof(TournamentGameBase))]
public abstract class TournamentGameBase : OsuGameBase
public class TournamentGameBase : OsuGameBase
{
private const string bracket_filename = "bracket.json";