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