mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Move all sets to object initialiser for code formatting reasons
This commit is contained in:
@ -100,12 +100,7 @@ namespace osu.Game.Tests.Visual
|
||||
/// <summary>
|
||||
/// The <see cref="Mod"/> this test case tests.
|
||||
/// </summary>
|
||||
public readonly Mod Mod;
|
||||
|
||||
public ModTestData(Mod mod)
|
||||
{
|
||||
Mod = mod;
|
||||
}
|
||||
public Mod Mod;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user