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
+24
View File
@@ -0,0 +1,24 @@
using System;
using Cpp2IlInjected;
// Token: 0x020004E3 RID: 1251
[Token(Token = "0x20004E3")]
public static class LJJJOAMKGHJ
{
// Token: 0x06002526 RID: 9510 RVA: 0x000953C8 File Offset: 0x000935C8
[Token(Token = "0x6002526")]
[Address(RVA = "0x1DA4330", Offset = "0x1DA3330", VA = "0x181DA4330")]
public static string CNKICEFGHDP(this SpawnableToolCategoryConfig.CDPMKMGIPFA NMELNILPPKN)
{
if (NMELNILPPKN == SpawnableToolCategoryConfig.CDPMKMGIPFA.GAGDETS)
{
return "Gadgets";
}
string text = "UNKNOWN GROUP";
if (NMELNILPPKN == SpawnableToolCategoryConfig.CDPMKMGIPFA.PROPS)
{
text = "Props";
}
return text;
}
}