1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-08 13:13:16 +08:00

Add missing partial

This commit is contained in:
Dean Herbert 2025-01-29 19:05:28 +09:00
parent d3f9804ef1
commit 05200e8970
No known key found for this signature in database

View File

@ -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;