Add source
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
|
||||
namespace Bunifu.Licensing.Options
|
||||
{
|
||||
// Token: 0x0200002A RID: 42
|
||||
internal enum ActivationResults
|
||||
{
|
||||
// Token: 0x0400013F RID: 319
|
||||
Success,
|
||||
// Token: 0x04000140 RID: 320
|
||||
Failed,
|
||||
// Token: 0x04000141 RID: 321
|
||||
ProductLicenseMismatch,
|
||||
// Token: 0x04000142 RID: 322
|
||||
ExceptionRaised,
|
||||
// Token: 0x04000143 RID: 323
|
||||
TLS12Issue,
|
||||
// Token: 0x04000144 RID: 324
|
||||
Forbidden
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user