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:
parent
9cec28630e
commit
7a54d480d1
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user