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
+46
View File
@@ -0,0 +1,46 @@
using System;
using UnityEngine;
namespace UnityTest
{
// Token: 0x020012B0 RID: 4784
public static class EALPFHFJIDM
{
// Token: 0x06029956 RID: 170326 RVA: 0x00B92610 File Offset: 0x00B90810
public static void KGNMECKNFDH()
{
AssertionComponent[] array = global::UnityEngine.Object.FindObjectsOfType(typeof(AssertionComponent)) as AssertionComponent[];
EALPFHFJIDM.KGNMECKNFDH(array);
}
// Token: 0x06029957 RID: 170327 RVA: 0x00B92638 File Offset: 0x00B90838
public static void KGNMECKNFDH(AssertionComponent HPDHPEIAPPB)
{
EALPFHFJIDM.KGNMECKNFDH(new AssertionComponent[] { HPDHPEIAPPB });
}
// Token: 0x06029958 RID: 170328 RVA: 0x00B9264C File Offset: 0x00B9084C
public static void KGNMECKNFDH(GameObject MKMCHJFIONM)
{
EALPFHFJIDM.KGNMECKNFDH(MKMCHJFIONM.GetComponents<AssertionComponent>());
}
// Token: 0x06029959 RID: 170329 RVA: 0x00B9265C File Offset: 0x00B9085C
public static void KGNMECKNFDH(AssertionComponent[] GLKJNNHFNNJ)
{
if (!Debug.isDebugBuild)
{
return;
}
foreach (AssertionComponent assertionComponent in GLKJNNHFNNJ)
{
assertionComponent.checksPerformed++;
if (!assertionComponent.Action.CAONOPOMDMI())
{
assertionComponent.hasFailed = true;
assertionComponent.Action.MIJJMJLKOEA(assertionComponent);
}
}
}
}
}