mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
format
This commit is contained in:
@ -50,7 +50,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
|||||||
|
|
||||||
public override string Acronym => "M1";
|
public override string Acronym => "M1";
|
||||||
}
|
}
|
||||||
|
|
||||||
private class TestMod2 : TestMod
|
private class TestMod2 : TestMod
|
||||||
{
|
{
|
||||||
public override string Name => "Test mod 2";
|
public override string Name => "Test mod 2";
|
||||||
@ -59,7 +59,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
|||||||
|
|
||||||
public override IconUsage? Icon => FontAwesome.Solid.Exclamation;
|
public override IconUsage? Icon => FontAwesome.Solid.Exclamation;
|
||||||
}
|
}
|
||||||
|
|
||||||
private class TestMod3 : TestMod
|
private class TestMod3 : TestMod
|
||||||
{
|
{
|
||||||
public override string Name => "Test mod 3";
|
public override string Name => "Test mod 3";
|
||||||
@ -81,4 +81,4 @@ namespace osu.Game.Tests.Visual.UserInterface
|
|||||||
public override double ScoreMultiplier => 1.0;
|
public override double ScoreMultiplier => 1.0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user