mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Better hit object defaults setting.
This commit is contained in:
@ -22,5 +22,11 @@ namespace osu.Game.Modes.Objects
|
||||
/// The sample to be played when this HitObject is hit.
|
||||
/// </summary>
|
||||
public HitSampleInfo Sample { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Applies default values to this HitObject.
|
||||
/// </summary>
|
||||
/// <param name="defaults">The default values to apply.</param>
|
||||
public virtual void ApplyDefaults(HitObjectDefaults defaults) { }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user