mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 02:37:25 +09:00
Change PlacementBlueprint.AutomaticBankAssignment
to property
Mostly for consistency.
This commit is contained in:
parent
1e14b02493
commit
adee624a8f
@ -35,7 +35,7 @@ namespace osu.Game.Rulesets.Edit
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether the sample bank should be taken from the previous hit object.
|
/// Whether the sample bank should be taken from the previous hit object.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool AutomaticBankAssignment;
|
public bool AutomaticBankAssignment { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The <see cref="HitObject"/> that is being placed.
|
/// The <see cref="HitObject"/> that is being placed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user