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
+20
View File
@@ -0,0 +1,20 @@
using System;
using Cpp2IlInjected;
// Token: 0x02001759 RID: 5977
[Token(Token = "0x2001759")]
public enum OEOOJJJMABN
{
// Token: 0x04005A55 RID: 23125
[Token(Token = "0x4005A55")]
Info,
// Token: 0x04005A56 RID: 23126
[Token(Token = "0x4005A56")]
Success,
// Token: 0x04005A57 RID: 23127
[Token(Token = "0x4005A57")]
Warning,
// Token: 0x04005A58 RID: 23128
[Token(Token = "0x4005A58")]
Error
}