mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Partial everything
This commit is contained in:
committed by
Dean Herbert
parent
a1c559ae05
commit
7bc8908ca9
@ -21,7 +21,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
/// It holds a <see cref="Catcher"/> as a child and translates input to the catcher movement.
|
||||
/// It also holds a combo display that is above the catcher, and judgment results are translated to the catcher and the combo display.
|
||||
/// </summary>
|
||||
public class CatcherArea : Container, IKeyBindingHandler<CatchAction>
|
||||
public partial class CatcherArea : Container, IKeyBindingHandler<CatchAction>
|
||||
{
|
||||
public Catcher Catcher
|
||||
{
|
||||
|
Reference in New Issue
Block a user