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