mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
PostImport
-> PresentImport
This commit is contained in:
@ -454,9 +454,9 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
#region Implementation of IPostImports<out BeatmapSetInfo>
|
||||
|
||||
public Action<IEnumerable<Live<BeatmapSetInfo>>>? PostImport
|
||||
public Action<IEnumerable<Live<BeatmapSetInfo>>>? PresentImport
|
||||
{
|
||||
set => beatmapImporter.PostImport = value;
|
||||
set => beatmapImporter.PresentImport = value;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
Reference in New Issue
Block a user