SimpleTools/Tools/Timer/TimerType.cs
Gerard Gascón 750d7f6b88
Added Timer
New version featuring a timer
2021-06-11 19:34:49 +02:00

7 lines
99 B
C#

namespace SimpleTools.Timer{
public enum TimerType{
Countdown,
Stopwatch,
Clock
}
}