1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00

Fix code inspection

This commit is contained in:
Bartłomiej Dach 2024-07-16 11:31:16 +02:00
parent d4ea604ad0
commit 76d016df34
No known key found for this signature in database

View File

@ -16,7 +16,7 @@ using osu.Game.Rulesets.UI;
namespace osu.Game.Tests.Visual.Gameplay
{
public class TestSceneJudgementContainer : OsuTestScene
public partial class TestSceneJudgementContainer : OsuTestScene
{
private JudgementContainer<DrawableOsuJudgement> judgementContainer = null!;