scripts
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user