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
+31
View File
@@ -0,0 +1,31 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
// Token: 0x02001291 RID: 4753
[Token(Token = "0x2001291")]
public static class LNBMDFMOOCP
{
// Token: 0x06006B1D RID: 27421 RVA: 0x00178250 File Offset: 0x00176450
[Token(Token = "0x6006B1D")]
[Address(RVA = "0x13F53B0", Offset = "0x13F43B0", VA = "0x1813F53B0")]
public static string GONGPFNBBPE(IEnumerable<string> CAFPJPHILMN, [Optional] string JBAOACLLFMN)
{
while (!Enumerable.Any<string>(CAFPJPHILMN))
{
if (JBAOACLLFMN == 0)
{
return string.Empty;
}
}
Func<string, string> <>9__0_ = LNBMDFMOOCP.<>c.<>9__0_0;
if (<>9__0_ == 0)
{
LNBMDFMOOCP.<>c.<>9__0_0 = (string t) => "#" + t;
}
IEnumerable<string> enumerable = Enumerable.Select<string, string>(CAFPJPHILMN, <>9__0_);
return string.Join(", ", enumerable);
}
}