mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Change some methods to get properties
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user