mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-23 04:52:22 +00:00
Update project name and namespaces
This commit is contained in:
20
Lantean.QBTMud/Models/Status.cs
Normal file
20
Lantean.QBTMud/Models/Status.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
namespace Lantean.QBTMud.Models
|
||||
{
|
||||
public enum Status
|
||||
{
|
||||
All,
|
||||
Downloading,
|
||||
Seeding,
|
||||
Completed,
|
||||
Resumed,
|
||||
Paused,
|
||||
Active,
|
||||
Inactive,
|
||||
Stalled,
|
||||
StalledUploading,
|
||||
StalledDownloading,
|
||||
Checking,
|
||||
Errored,
|
||||
Stopped
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user