1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:07:25 +08:00

Remove redundant access permission

This commit is contained in:
Dean Herbert 2020-10-02 18:20:59 +09:00
parent b7c276093d
commit 66f5187e6a

View File

@ -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.