mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:02:53 +08:00
Undo public -> internal for PathControlPoint.Changed
No longer used.
This commit is contained in:
parent
5022a78e80
commit
7b684339ed
@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Objects
|
||||
/// <summary>
|
||||
/// Invoked when any property of this <see cref="PathControlPoint"/> is changed.
|
||||
/// </summary>
|
||||
public event Action Changed;
|
||||
internal event Action Changed;
|
||||
|
||||
/// <summary>
|
||||
/// Creates a new <see cref="PathControlPoint"/>.
|
||||
|
Loading…
Reference in New Issue
Block a user