This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
using System;
using Cpp2IlInjected;
// Token: 0x020002D3 RID: 723
[Token(Token = "0x20002D3")]
public enum GMGNKACLIKB
{
// Token: 0x04000C03 RID: 3075
[Token(Token = "0x4000C03")]
Transient,
// Token: 0x04000C04 RID: 3076
[Token(Token = "0x4000C04")]
Persistent,
// Token: 0x04000C05 RID: 3077
[Token(Token = "0x4000C05")]
Transient_SystemWithUserValue
}