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:
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.
|
||||
|
Loading…
Reference in New Issue
Block a user