Refactor the rewrite

This commit is contained in:
HoutarouOreki
2018-07-22 22:31:24 +02:00
parent 51eec0dca4
commit 391da47881
5 changed files with 12 additions and 16 deletions

View File

@ -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)