41 lines
1.9 KiB
C#
41 lines
1.9 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02003009 RID: 12297
|
|
[Token(Token = "0x2003009")]
|
|
public static class GIJIJDALPFN
|
|
{
|
|
// Token: 0x06014F10 RID: 85776 RVA: 0x004E6014 File Offset: 0x004E4214
|
|
[Token(Token = "0x6014F10")]
|
|
[Address(RVA = "0xF7A5D0", Offset = "0xF793D0", VA = "0x180F7A5D0")]
|
|
public static JKPLBBBJLJK PCBIBMDFFOB(this BKAFCPEOPFD.BOJGHJMJMDE.GCKNOAMFIDK.FDOFCKDFAAK.CFKCHLDMJFM JJHHCKIEKME)
|
|
{
|
|
if (JJHHCKIEKME != BKAFCPEOPFD.BOJGHJMJMDE.GCKNOAMFIDK.FDOFCKDFAAK.CFKCHLDMJFM.Invalid && JJHHCKIEKME != BKAFCPEOPFD.BOJGHJMJMDE.GCKNOAMFIDK.FDOFCKDFAAK.CFKCHLDMJFM.Invalid && JJHHCKIEKME != BKAFCPEOPFD.BOJGHJMJMDE.GCKNOAMFIDK.FDOFCKDFAAK.CFKCHLDMJFM.Invalid && JJHHCKIEKME != BKAFCPEOPFD.BOJGHJMJMDE.GCKNOAMFIDK.FDOFCKDFAAK.CFKCHLDMJFM.ShareCam)
|
|
{
|
|
string text;
|
|
Debug.LogWarning(text + " came from an old recording, it implies we removed a tool type and broke old recordings (bad!). If this came from a new recording, it implies we have a bug (bad!), or the recording was made on a newer client that has tools we don't yet have in the current version (this is fine as long as we fail gracefully upstream).");
|
|
return;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06014F11 RID: 85777 RVA: 0x004E6048 File Offset: 0x004E4248
|
|
[Token(Token = "0x6014F11")]
|
|
[Address(RVA = "0xF7A4F0", Offset = "0xF792F0", VA = "0x180F7A4F0")]
|
|
public static BKAFCPEOPFD.BOJGHJMJMDE.GCKNOAMFIDK.FDOFCKDFAAK.CFKCHLDMJFM DILFIOCDBDD(this JKPLBBBJLJK HCMELPFBEMH)
|
|
{
|
|
int num;
|
|
do
|
|
{
|
|
num = (int)(HCMELPFBEMH + 1);
|
|
if (num == 0)
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
while (num == 0 || num == 0 || num == 1);
|
|
string text;
|
|
Debug.LogError(text + " we have a backpack tool that can't ever be recorded. If this is intentional, please add an explicit case for it, so it doesn't trigger this error message. If this is unintentional, please add a corresponding persistent type so it can be recorded.");
|
|
}
|
|
}
|