1
0
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:
Darth Affe 2016-03-18 20:45:50 +01:00
parent 45c57b47a7
commit 6bda450e86

View File

@ -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;