1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 11:42:54 +08:00

Remove abstract from the class

This commit is contained in:
Shivam 2020-06-09 21:14:05 +02:00
parent c9b4fa92f5
commit aacacd75f0

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";