This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
using System;
using ExitGames.Client.Photon;
// Token: 0x020004F0 RID: 1264
public static class OEOBHDPGHIB
{
// Token: 0x0600CF84 RID: 53124 RVA: 0x003EE42C File Offset: 0x003EC62C
public static void PDCACJPHNPP(this LNJFBGIBLHA JEFGMHBLLKI, int BANJJDLBKDM)
{
Hashtable hashtable = new Hashtable();
hashtable["score"] = BANJJDLBKDM;
JEFGMHBLLKI.NIACFDCMGLG(hashtable, null, false);
}
// Token: 0x0600CF85 RID: 53125 RVA: 0x003EE45C File Offset: 0x003EC65C
public static void OIEAEICIBHD(this LNJFBGIBLHA JEFGMHBLLKI, int APLPMGNNFNK)
{
int num = JEFGMHBLLKI.LDKEEKDKJPL();
num += APLPMGNNFNK;
Hashtable hashtable = new Hashtable();
hashtable["score"] = num;
JEFGMHBLLKI.NIACFDCMGLG(hashtable, null, false);
}
// Token: 0x0600CF86 RID: 53126 RVA: 0x003EE494 File Offset: 0x003EC694
public static int LDKEEKDKJPL(this LNJFBGIBLHA JEFGMHBLLKI)
{
object obj;
if (JEFGMHBLLKI.BAHICKLKKHB.TryGetValue("score", out obj))
{
return (int)obj;
}
return 0;
}
}