mirror of
https://github.com/ppy/osu
synced 2025-01-17 11:30:52 +00:00
Fix code style
This commit is contained in:
parent
70c320b2e8
commit
93ba84e5ff
@ -218,7 +218,7 @@ namespace osu.Game.Rulesets.Edit
|
||||
/// <summary>
|
||||
/// Construct a relevant blueprint container. This will manage hitobject selection/placement input handling and display logic.
|
||||
/// </summary>
|
||||
protected virtual ComposeBlueprintContainer CreateBlueprintContainer() => new ComposeBlueprintContainer( this, Ruleset);
|
||||
protected virtual ComposeBlueprintContainer CreateBlueprintContainer() => new ComposeBlueprintContainer(this, Ruleset);
|
||||
|
||||
/// <summary>
|
||||
/// Construct a drawable ruleset for the provided ruleset.
|
||||
|
@ -7,9 +7,9 @@ using osu.Framework.Graphics.Containers;
|
||||
|
||||
namespace osu.Game.Rulesets.UI
|
||||
{
|
||||
public class DrawableRulesetDependenciesProvidingContainer : Container
|
||||
public partial class DrawableRulesetDependenciesProvidingContainer : Container
|
||||
{
|
||||
private Ruleset ruleset;
|
||||
private readonly Ruleset ruleset;
|
||||
|
||||
private DrawableRulesetDependencies rulesetDependencies = null!;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user