mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Initial updates to make generic containers work.
This commit is contained in:
@ -25,7 +25,7 @@ namespace osu.Game.Graphics.Containers
|
||||
|
||||
private Container content;
|
||||
|
||||
protected override Container Content => content;
|
||||
protected override Container<Drawable> Content => content;
|
||||
|
||||
protected override void Load(BaseGame game)
|
||||
{
|
||||
|
Reference in New Issue
Block a user