diff --git a/Effects/FlashEffect.cs b/Effects/FlashEffect.cs index d026cd0..64ee818 100644 --- a/Effects/FlashEffect.cs +++ b/Effects/FlashEffect.cs @@ -61,7 +61,7 @@ namespace CUE.NET.Effects public float Interval { get; set; } = 1f; /// - /// 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) /// public int Repetitions { get; set; } = 0;