Fix incorrect ordering.

This commit is contained in:
Dean Herbert 2017-03-02 20:27:13 +09:00
parent 471b9daa93
commit 8bb4bea1a4
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49
3 changed files with 3 additions and 3 deletions

View File

@ -37,8 +37,8 @@ public override IEnumerable<Mod> GetModsFor(ModType type)
{
Mods = new Mod[]
{
new CatchModPerfect(),
new CatchModSuddenDeath(),
new CatchModPerfect(),
},
},
new MultiMod

View File

@ -37,8 +37,8 @@ public override IEnumerable<Mod> GetModsFor(ModType type)
{
Mods = new Mod[]
{
new ManiaModPerfect(),
new ManiaModSuddenDeath(),
new ManiaModPerfect(),
},
},
new MultiMod

View File

@ -37,8 +37,8 @@ public override IEnumerable<Mod> GetModsFor(ModType type)
{
Mods = new Mod[]
{
new TaikoModPerfect(),
new TaikoModSuddenDeath(),
new TaikoModPerfect(),
},
},
new MultiMod