mirror of https://github.com/ppy/osu
Add xmldoc to ctor also
This commit is contained in:
parent
efba7a9c4d
commit
168a7a588b
|
@ -21,6 +21,11 @@ public class TimedDifficultyAttributes : IComparable<TimedDifficultyAttributes>
|
|||
/// </summary>
|
||||
public readonly DifficultyAttributes Attributes;
|
||||
|
||||
/// <summary>
|
||||
/// Creates new <see cref="TimedDifficultyAttributes"/>.
|
||||
/// </summary>
|
||||
/// <param name="time">The non-clock-adjusted time value at which the attributes take effect.</param>
|
||||
/// <param name="attributes">The attributes.</param>
|
||||
public TimedDifficultyAttributes(double time, DifficultyAttributes attributes)
|
||||
{
|
||||
Time = time;
|
||||
|
|
Loading…
Reference in New Issue