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
+38
View File
@@ -0,0 +1,38 @@
using System;
using Cpp2IlInjected;
// Token: 0x02000818 RID: 2072
[Token(Token = "0x2000818")]
public enum OHNIIDEDGBL
{
// Token: 0x040031E4 RID: 12772
[Token(Token = "0x40031E4")]
MainPrimary,
// Token: 0x040031E5 RID: 12773
[Token(Token = "0x40031E5")]
MainSecondary,
// Token: 0x040031E6 RID: 12774
[Token(Token = "0x40031E6")]
InversePrimary,
// Token: 0x040031E7 RID: 12775
[Token(Token = "0x40031E7")]
InverseSecondary,
// Token: 0x040031E8 RID: 12776
[Token(Token = "0x40031E8")]
WhitePrimary,
// Token: 0x040031E9 RID: 12777
[Token(Token = "0x40031E9")]
WhiteSecondary,
// Token: 0x040031EA RID: 12778
[Token(Token = "0x40031EA")]
CardDarkPrimary,
// Token: 0x040031EB RID: 12779
[Token(Token = "0x40031EB")]
CardDarkSecondary,
// Token: 0x040031EC RID: 12780
[Token(Token = "0x40031EC")]
Error,
// Token: 0x040031ED RID: 12781
[Token(Token = "0x40031ED")]
Modified
}