mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
make catcher field readonly
This commit is contained in:
@ -24,7 +24,7 @@ namespace osu.Game.Rulesets.Catch.Mods
|
||||
|
||||
private class CatchModRelaxHelper : Drawable, IKeyBindingHandler<CatchAction>, IRequireHighFrequencyMousePosition
|
||||
{
|
||||
private CatcherArea.Catcher catcher;
|
||||
private readonly CatcherArea.Catcher catcher;
|
||||
|
||||
public CatchModRelaxHelper(CatchPlayfield catchPlayfield)
|
||||
{
|
||||
|
Reference in New Issue
Block a user