1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 17:04:35 +08:00

Remove redundant access permission

This commit is contained in:
Dean Herbert
2020-10-02 18:20:59 +09:00
Unverified
parent b7c276093d
commit 66f5187e6a
@@ -14,7 +14,7 @@ namespace osu.Game.Screens.Edit
/// <summary>
/// Fired whenever a state change occurs.
/// </summary>
public event Action OnStateChange;
event Action OnStateChange;
/// <summary>
/// Begins a bulk state change event. <see cref="EndChange"/> should be invoked soon after.