mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Refactor the rewrite
This commit is contained in:
@ -190,8 +190,7 @@ namespace osu.Game.Overlays.Changelog
|
||||
|
||||
protected virtual void OnBuildSelected(string updateStream, string version)
|
||||
{
|
||||
if (BuildSelected != null)
|
||||
BuildSelected(updateStream, version, EventArgs.Empty);
|
||||
BuildSelected?.Invoke(updateStream, version, EventArgs.Empty);
|
||||
}
|
||||
|
||||
public void GenerateText(List<ChangelogEntry> changelogEntries)
|
||||
|
Reference in New Issue
Block a user