Change some methods to get properties

This commit is contained in:
Dean Herbert
2021-04-12 15:37:41 +09:00
parent f78239c7f2
commit 8c31e96cdf
5 changed files with 6 additions and 9 deletions

View File

@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Checks
description: "Offscreen hitobjects."
);
public override IEnumerable<IssueTemplate> Templates() => new[]
public override IEnumerable<IssueTemplate> PossibleTemplates => new[]
{
templateOffscreen,
templateOffscreenSliderPath