Add source

This commit is contained in:
hexadecimal
2025-04-24 20:51:29 +03:00
parent 9badc969b8
commit e3c1cdea0e
92 changed files with 13471 additions and 0 deletions
@@ -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
}
}