mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 11:12:59 +08:00
Fix whitespace
This commit is contained in:
parent
97820e0ea5
commit
57983ae61f
@ -18,13 +18,13 @@ namespace osu.Game.Rulesets.Difficulty.Skills
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
protected readonly LimitedCapacityStack<DifficultyHitObject> Previous = new LimitedCapacityStack<DifficultyHitObject>(2); // Contained objects not used yet
|
protected readonly LimitedCapacityStack<DifficultyHitObject> Previous = new LimitedCapacityStack<DifficultyHitObject>(2); // Contained objects not used yet
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Mods for use in skill calculations.
|
/// Mods for use in skill calculations.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected IReadOnlyList<Mod> Mods => mods;
|
protected IReadOnlyList<Mod> Mods => mods;
|
||||||
|
|
||||||
private readonly Mod[] mods;
|
private readonly Mod[] mods;
|
||||||
|
|
||||||
protected Skill(Mod[] mods)
|
protected Skill(Mod[] mods)
|
||||||
{
|
{
|
||||||
this.mods = mods;
|
this.mods = mods;
|
||||||
|
Loading…
Reference in New Issue
Block a user