Add source
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace Bunifu.Licensing.Options
|
||||
{
|
||||
// Token: 0x02000027 RID: 39
|
||||
internal enum StatusOptions
|
||||
{
|
||||
// Token: 0x04000131 RID: 305
|
||||
Active,
|
||||
// Token: 0x04000132 RID: 306
|
||||
Expired
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user