Did a few things

This commit is contained in:
2021-07-23 09:45:12 +02:00
parent 3da75e4cc6
commit db537bd7b7
122 changed files with 15101 additions and 619 deletions

View File

@@ -0,0 +1,13 @@
namespace Unity.Cloud.Authorization
{
public enum LicenseLevel
{
None = 0,
Personal = 10,
Plus = 20,
Pro = 30,
}
}