mirror of
https://github.com/ppy/osu.git
synced 2025-02-11 04:22:59 +08:00
make catcher field readonly
This commit is contained in:
parent
6739238a0d
commit
cf192c84a8
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user