Update Timer.cs

This commit is contained in:
Gerard Gascón 2021-06-14 09:16:23 +02:00 committed by GitHub
parent a90a0ab215
commit a076495090
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ namespace SimpleTools.Timer{
} }
/// <summary> /// <summary>
/// Pause and sets the time to the defaultOne /// Pause and sets the time to the default one
/// </summary> /// </summary>
public void ResetTimer(){ public void ResetTimer(){
isPaused = true; isPaused = true;