testss
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace Unity.Cloud.Collaborate.Models.Enums
|
||||
{
|
||||
internal enum ProjectStatus
|
||||
{
|
||||
Unbound,
|
||||
Offline,
|
||||
Maintenance,
|
||||
LoggedOut,
|
||||
NoSeat,
|
||||
Bound,
|
||||
Loading,
|
||||
Ready
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user