mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 16:30:36 +08: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