1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:52:57 +08:00

Change PlacementBlueprint.AutomaticBankAssignment to property

Mostly for consistency.
This commit is contained in:
Bartłomiej Dach 2023-05-25 21:32:19 +02:00
parent 1e14b02493
commit adee624a8f
No known key found for this signature in database

View File

@ -35,7 +35,7 @@ namespace osu.Game.Rulesets.Edit
/// <summary>
/// Whether the sample bank should be taken from the previous hit object.
/// </summary>
public bool AutomaticBankAssignment;
public bool AutomaticBankAssignment { get; set; }
/// <summary>
/// The <see cref="HitObject"/> that is being placed.