Files
IsleBot/EStatus.cs
2023-11-06 20:38:28 +01:00

8 lines
91 B
C#

namespace IsleBot;
public enum EStatus
{
NotStarted,
InProgress,
Finished
}