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