mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Split out DefaultScoreCounter and make ScoreCounter abstract
This commit is contained in:
@ -16,7 +16,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
{
|
||||
int numerator = 0, denominator = 0;
|
||||
|
||||
ScoreCounter score = new ScoreCounter(7)
|
||||
ScoreCounter score = new DefaultScoreCounter()
|
||||
{
|
||||
Origin = Anchor.TopRight,
|
||||
Anchor = Anchor.TopRight,
|
||||
|
Reference in New Issue
Block a user