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
+15
View File
@@ -0,0 +1,15 @@
using System;
namespace Bunifu.Licensing.Options
{
// Token: 0x02000026 RID: 38
internal enum LicenseTypes
{
// Token: 0x0400012D RID: 301
Trial,
// Token: 0x0400012E RID: 302
Premium,
// Token: 0x0400012F RID: 303
Enterprise
}
}