mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Add xmldoc for KeyCounterController
This commit is contained in:
parent
084354a8dc
commit
44c08f3944
@ -9,6 +9,10 @@ using osu.Framework.Graphics.Containers;
|
||||
|
||||
namespace osu.Game.Screens.Play.HUD
|
||||
{
|
||||
/// <summary>
|
||||
/// Keeps track of key press counts for a current play session, exposing bindable counts which can
|
||||
/// be used for display purposes.
|
||||
/// </summary>
|
||||
public partial class KeyCounterController : CompositeComponent
|
||||
{
|
||||
public readonly Bindable<bool> IsCounting = new BindableBool(true);
|
||||
|
Loading…
Reference in New Issue
Block a user