scripts
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
// Token: 0x02001B81 RID: 7041
|
||||
[Token(Token = "0x2001B81")]
|
||||
[StructLayout(3)]
|
||||
public static class LNBMDFMOOCP
|
||||
{
|
||||
// Token: 0x0600BDB4 RID: 48564 RVA: 0x002CC040 File Offset: 0x002CA240
|
||||
[Token(Token = "0x600BDB4")]
|
||||
[Address(RVA = "0x1905790", Offset = "0x1904190", VA = "0x181905790")]
|
||||
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user