mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 21:07:18 +09:00
Renamed ManiaMirrorMod to ManiaModMirror
This commit is contained in:
parent
ed20e31bbe
commit
a4dfeff2d7
@ -91,7 +91,7 @@ namespace osu.Game.Rulesets.Mania
|
|||||||
},
|
},
|
||||||
new ManiaModRandom(),
|
new ManiaModRandom(),
|
||||||
new ManiaModDualStages(),
|
new ManiaModDualStages(),
|
||||||
new ManiaMirrorMod(),
|
new ManiaModMirror(),
|
||||||
new MultiMod
|
new MultiMod
|
||||||
{
|
{
|
||||||
Mods = new Mod[]
|
Mods = new Mod[]
|
||||||
|
@ -10,7 +10,7 @@ using System.Linq;
|
|||||||
|
|
||||||
namespace osu.Game.Rulesets.Mania.Mods
|
namespace osu.Game.Rulesets.Mania.Mods
|
||||||
{
|
{
|
||||||
public class ManiaMirrorMod : Mod, IApplicableToRulesetContainer<ManiaHitObject>
|
public class ManiaModMirror : Mod, IApplicableToRulesetContainer<ManiaHitObject>
|
||||||
{
|
{
|
||||||
public override string Name => "Mirror";
|
public override string Name => "Mirror";
|
||||||
public override string ShortenedName => "MR";
|
public override string ShortenedName => "MR";
|
@ -81,7 +81,7 @@
|
|||||||
<Compile Include="Judgements\ManiaJudgement.cs" />
|
<Compile Include="Judgements\ManiaJudgement.cs" />
|
||||||
<Compile Include="ManiaDifficultyCalculator.cs" />
|
<Compile Include="ManiaDifficultyCalculator.cs" />
|
||||||
<Compile Include="Mods\IPlayfieldTypeMod.cs" />
|
<Compile Include="Mods\IPlayfieldTypeMod.cs" />
|
||||||
<Compile Include="Mods\ManiaMirrorMod.cs" />
|
<Compile Include="Mods\ManiaModMirror.cs" />
|
||||||
<Compile Include="Mods\ManiaKeyMod.cs" />
|
<Compile Include="Mods\ManiaKeyMod.cs" />
|
||||||
<Compile Include="Mods\ManiaModAutoplay.cs" />
|
<Compile Include="Mods\ManiaModAutoplay.cs" />
|
||||||
<Compile Include="Mods\ManiaModDaycore.cs" />
|
<Compile Include="Mods\ManiaModDaycore.cs" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user