Add source
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
namespace Bunifu.Licensing.Options
|
||||
{
|
||||
// Token: 0x02000029 RID: 41
|
||||
internal enum ValidationResults
|
||||
{
|
||||
// Token: 0x0400013A RID: 314
|
||||
LicenseActive,
|
||||
// Token: 0x0400013B RID: 315
|
||||
LicenseBlocked,
|
||||
// Token: 0x0400013C RID: 316
|
||||
LicenseExpired,
|
||||
// Token: 0x0400013D RID: 317
|
||||
LicenseNonExistent
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user