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