mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 15:03:13 +08:00
Make OnlinePlayPill
class abstract
This commit is contained in:
parent
cc6e4df93e
commit
e97d027230
@ -10,12 +10,12 @@ using osu.Game.Graphics.Containers;
|
||||
|
||||
namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
||||
{
|
||||
public partial class OnlinePlayPill : OnlinePlayComposite
|
||||
public abstract partial class OnlinePlayPill : OnlinePlayComposite
|
||||
{
|
||||
protected PillContainer Pill;
|
||||
protected OsuTextFlowContainer TextFlow;
|
||||
|
||||
public OnlinePlayPill()
|
||||
protected OnlinePlayPill()
|
||||
{
|
||||
AutoSizeAxes = Axes.Both;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user