IsDuel -> Dual

This commit is contained in:
andy840119
2019-02-28 23:40:03 +09:00
parent 0e30bf902d
commit e634475bf4
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Mania.Mods
if (isForCurrentRuleset)
return;
mbc.IsDuel = true;
mbc.Dual = true;
}
public PlayfieldType PlayfieldType => PlayfieldType.Dual;