mirror of
https://github.com/SamueleLorefice/isleBot.git
synced 2026-01-15 06:03:42 +00:00
8 lines
91 B
C#
8 lines
91 B
C#
namespace IsleBot;
|
|
|
|
public enum EStatus
|
|
{
|
|
NotStarted,
|
|
InProgress,
|
|
Finished
|
|
} |