mirror of
https://github.com/sphildreth/roadie
synced 2024-11-10 14:54:11 +00:00
11 lines
No EOL
171 B
C#
11 lines
No EOL
171 B
C#
namespace Roadie.Library.Enums
|
|
{
|
|
public enum BandStatus : short
|
|
{
|
|
Unknown = 0,
|
|
Active,
|
|
OnHold,
|
|
SplitUp,
|
|
Deceased
|
|
}
|
|
} |