14 lines
231 B
C#
14 lines
231 B
C#
namespace Unity.Cloud.Collaborate.Models.Enums
|
|
{
|
|
internal enum ProjectStatus
|
|
{
|
|
Unbound,
|
|
Offline,
|
|
Maintenance,
|
|
LoggedOut,
|
|
NoSeat,
|
|
Bound,
|
|
Loading,
|
|
Ready
|
|
}
|
|
}
|