mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Undo public -> internal for PathControlPoint.Changed
No longer used.
This commit is contained in:
@ -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"/>.
|
||||
|
Reference in New Issue
Block a user