mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Add ResetCount method for Counter.
This commit is contained in:
@ -120,5 +120,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
textLayer.FadeColour(KeyUpTextColor, FadeTime);
|
||||
}
|
||||
}
|
||||
|
||||
public void ResetCount() => Count = 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user