mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Hoist ModState
to column level
This commit is contained in:
@ -19,6 +19,11 @@ namespace osu.Game.Overlays.Mods
|
||||
[Resolved]
|
||||
private Bindable<IReadOnlyList<Mod>> selectedMods { get; set; }
|
||||
|
||||
public IncompatibilityDisplayingModPanel(ModState modState)
|
||||
: base(modState)
|
||||
{
|
||||
}
|
||||
|
||||
public IncompatibilityDisplayingModPanel(Mod mod)
|
||||
: base(mod)
|
||||
{
|
||||
|
Reference in New Issue
Block a user