mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 21:03:08 +08:00
Unused.
This commit is contained in:
parent
d6c1f82105
commit
b7b36b6306
@ -14,10 +14,8 @@ namespace osu.Game.Screens.Tournament.Components
|
|||||||
|
|
||||||
protected override void InitialiseDefaults()
|
protected override void InitialiseDefaults()
|
||||||
{
|
{
|
||||||
#pragma warning disable CS0612 // Type or member is obsolete
|
|
||||||
Set(DrawingsConfig.Groups, 8, 1, 8);
|
Set(DrawingsConfig.Groups, 8, 1, 8);
|
||||||
Set(DrawingsConfig.TeamsPerGroup, 8, 1, 8);
|
Set(DrawingsConfig.TeamsPerGroup, 8, 1, 8);
|
||||||
#pragma warning restore CS0612 // Type or member is obsolete
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public DrawingsConfigManager(Storage storage)
|
public DrawingsConfigManager(Storage storage)
|
||||||
|
Loading…
Reference in New Issue
Block a user