mirror of
https://github.com/sphildreth/roadie
synced 2024-11-14 00:17:12 +00:00
10 lines
No EOL
163 B
C#
10 lines
No EOL
163 B
C#
namespace Roadie.Library.Enums
|
|
{
|
|
public enum LibraryStatus : short
|
|
{
|
|
Incomplete = 0,
|
|
Complete,
|
|
Missing,
|
|
Wishlist
|
|
}
|
|
} |