mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Move check origin from IssueTemplate
to Issue
As a result we can also make check an interface, and need to provide the check itself when constructing an issue.
This commit is contained in:
@ -14,11 +14,6 @@ namespace osu.Game.Rulesets.Edit.Checks.Components
|
||||
private static readonly Color4 negligible_green = new Colour4(0.33f, 0.8f, 0.5f, 1.0f);
|
||||
private static readonly Color4 error_gray = new Colour4(0.5f, 0.5f, 0.5f, 1.0f);
|
||||
|
||||
/// <summary>
|
||||
/// The check that this template originates from.
|
||||
/// </summary>
|
||||
public Check Origin;
|
||||
|
||||
/// <summary>
|
||||
/// The type of the issue.
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user