This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
using System;
using System.ComponentModel;
using Cpp2IlInjected;
// Token: 0x0200001B RID: 27
[Token(Token = "0x200001B")]
public enum CDDALCCMBFF
{
// Token: 0x04000053 RID: 83
[Token(Token = "0x4000053")]
[Description]
String,
// Token: 0x04000054 RID: 84
[Token(Token = "0x4000054")]
[Description]
Int,
// Token: 0x04000055 RID: 85
[Token(Token = "0x4000055")]
[Description]
Double,
// Token: 0x04000056 RID: 86
[Token(Token = "0x4000056")]
[Description]
Unknown
}