1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 23:51:01 +08:00

Add missing partial

This commit is contained in:
Dean Herbert
2025-01-29 19:05:28 +09:00
Unverified
parent d3f9804ef1
commit 05200e8970
@@ -10,7 +10,7 @@ using osuTK.Graphics;
namespace osu.Game.Screens.OnlinePlay.Lounge.Components
{
public class FreeStyleStatusPill : OnlinePlayPill
public partial class FreeStyleStatusPill : OnlinePlayPill
{
private readonly Room room;