This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
using System;
using Cpp2IlInjected;
// Token: 0x0200209D RID: 8349
[Token(Token = "0x200209D")]
public static class CHGECNNOHDI
{
// Token: 0x0600D566 RID: 54630 RVA: 0x00316684 File Offset: 0x00314884
[Token(Token = "0x600D566")]
[Address(RVA = "0x1743600", Offset = "0x1742400", VA = "0x181743600")]
public static bool MIKOMDCPDFF(this CIIBGMBOFEI ENIFKDNMBGH)
{
int <PGOEAIDCELB>k__BackingField = (int)ENIFKDNMBGH.<PGOEAIDCELB>k__BackingField;
AGRoomRuntimeConfig.Location location;
if (location == 0)
{
}
return location.CustomizationAllowed;
}
// Token: 0x0600D567 RID: 54631 RVA: 0x003166A8 File Offset: 0x003148A8
[Token(Token = "0x600D567")]
[Address(RVA = "0x1743570", Offset = "0x1742370", VA = "0x181743570")]
public static bool DIEGPJOOBLM(this CIIBGMBOFEI ENIFKDNMBGH)
{
int <PGOEAIDCELB>k__BackingField = (int)ENIFKDNMBGH.<PGOEAIDCELB>k__BackingField;
AGRoomRuntimeConfig.Location location;
if (location != 0 && location.CustomizationAllowed)
{
return ENIFKDNMBGH.<PGOEAIDCELB>k__BackingField != COBKKLOJNNE.AR_ROOM;
}
throw new NullReferenceException();
}
}