Move enums out of nesting

This commit is contained in:
Dean Herbert
2021-04-12 15:32:52 +09:00
parent 3551322f1d
commit f78239c7f2
7 changed files with 73 additions and 63 deletions

View File

@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Edit.Checks.Components
public IReadOnlyList<HitObject> HitObjects;
/// <summary>
/// The template which this issue is using. This provides properties such as the <see cref="IssueTemplate.IssueType"/>, and the <see cref="IssueTemplate.UnformattedMessage"/>.
/// The template which this issue is using. This provides properties such as the <see cref="IssueType"/>, and the <see cref="IssueTemplate.UnformattedMessage"/>.
/// </summary>
public IssueTemplate Template;