1
0
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:
Naxess 2021-03-31 20:32:49 +02:00
parent 5022a78e80
commit 7b684339ed

View File

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