mirror of
https://github.com/DarthAffe/CUE.NET.git
synced 2025-12-13 09:08:34 +00:00
Fixed wrong comment
This commit is contained in:
parent
45c57b47a7
commit
6bda450e86
@ -61,7 +61,7 @@ namespace CUE.NET.Effects
|
|||||||
public float Interval { get; set; } = 1f;
|
public float Interval { get; set; } = 1f;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the amount of repetitions the effect should do until it's finished. Zero means infinite. (default: 0f)
|
/// Gets or sets the amount of repetitions the effect should do until it's finished. Zero means infinite. (default: 0)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int Repetitions { get; set; } = 0;
|
public int Repetitions { get; set; } = 0;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user