mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Combine LegacyComboCounter and ComboCounter classes
This commit is contained in:
@ -24,7 +24,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
};
|
||||
Add(score);
|
||||
|
||||
ComboCounter comboCounter = new LegacyComboCounter
|
||||
LegacyComboCounter comboCounter = new LegacyComboCounter
|
||||
{
|
||||
Origin = Anchor.BottomLeft,
|
||||
Anchor = Anchor.BottomLeft,
|
||||
|
Reference in New Issue
Block a user