mirror of https://github.com/ppy/osu
Remove abstract from the class
This commit is contained in:
parent
c9b4fa92f5
commit
aacacd75f0
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue