1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-05 09:42:54 +08:00

Rename to RevertibleChangeExtensions

This commit is contained in:
OliBomby 2024-10-19 17:45:36 +02:00
parent 9cec28630e
commit 7a54d480d1

View File

@ -19,7 +19,7 @@ namespace osu.Game.Screens.Edit.Changes
void Revert();
}
public static class IRevertibleChangeExtension
public static class RevertibleChangeExtension
{
public static void Apply(this IRevertibleChange change, NewBeatmapEditorChangeHandler? changeHandler, bool commitImmediately = false)
{