using System; using Cpp2IlInjected; using UnityEngine; // Token: 0x020000AC RID: 172 [Token(Token = "0x20000AC")] public static class Common { // Token: 0x060007A4 RID: 1956 RVA: 0x000020D3 File Offset: 0x000002D3 [Token(Token = "0x60007A4")] [Address(RVA = "0x1093BE0", Offset = "0x10923E0", VA = "0x181093BE0")] public static float Exceed(float lowest, float value) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x060007A5 RID: 1957 RVA: 0x000020D3 File Offset: 0x000002D3 [Token(Token = "0x60007A5")] [Address(RVA = "0x1093CD0", Offset = "0x10924D0", VA = "0x181093CD0")] public static float Gap(float a, float b) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x060007A6 RID: 1958 RVA: 0x000020D3 File Offset: 0x000002D3 [Token(Token = "0x60007A6")] [Address(RVA = "0xF55810", Offset = "0xF54010", VA = "0x180F55810")] public static float Clamp(float fVal, float fMin, float fMax) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x060007A7 RID: 1959 RVA: 0x000020D3 File Offset: 0x000002D3 [Token(Token = "0x60007A7")] [Address(RVA = "0x1094700", Offset = "0x1092F00", VA = "0x181094700")] public static float YAxisDegreeBetween2Vector(Vector3 fromDir, Vector3 toDir) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x060007A8 RID: 1960 RVA: 0x000020D3 File Offset: 0x000002D3 [Token(Token = "0x60007A8")] [Address(RVA = "0x10945E0", Offset = "0x1092DE0", VA = "0x1810945E0")] public static float XAxisDegreeBetween2Vector(Vector3 fromDir, Vector3 toDir) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x060007A9 RID: 1961 RVA: 0x000020D3 File Offset: 0x000002D3 [Token(Token = "0x60007A9")] [Address(RVA = "0x10947B0", Offset = "0x1092FB0", VA = "0x1810947B0")] public static float ZAxisDegreeBetween2Vector(Vector3 fromDir, Vector3 toDir) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x060007AA RID: 1962 RVA: 0x00011CDC File Offset: 0x0000FEDC [Token(Token = "0x60007AA")] [Address(RVA = "0x1093BF0", Offset = "0x10923F0", VA = "0x181093BF0")] public static Transform FindChild(Transform check, string name) { Transform[] componentsInChildren = check.GetComponentsInChildren(); int num = 0; int length = componentsInChildren.Length; if (num < length) { if (!string.Equals(componentsInChildren[num].name, name)) { num++; } return componentsInChildren[num]; } throw new NullReferenceException(); } // Token: 0x060007AB RID: 1963 RVA: 0x000020D3 File Offset: 0x000002D3 [Token(Token = "0x60007AB")] [Address(RVA = "0x1093DB0", Offset = "0x10925B0", VA = "0x181093DB0")] public static ValueTuple GetResolvedPath(string assetPath) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x060007AC RID: 1964 RVA: 0x000020D3 File Offset: 0x000002D3 [Token(Token = "0x60007AC")] [Address(RVA = "0x1093EE0", Offset = "0x10926E0", VA = "0x181093EE0")] public static SoundEffect GetSoundEffectOfPrefabs(GameObject source, Transform parent) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x060007AD RID: 1965 RVA: 0x000020D3 File Offset: 0x000002D3 [Token(Token = "0x60007AD")] [Address(RVA = "0x1094170", Offset = "0x1092970", VA = "0x181094170")] public static void LoadSoundEffect(string sourcePath, Transform parent, Action callback) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x060007AE RID: 1966 RVA: 0x000020D3 File Offset: 0x000002D3 [Token(Token = "0x60007AE")] [Address(RVA = "0x1094460", Offset = "0x1092C60", VA = "0x181094460")] public static void SetEffectTimeScale(ParticleSystem ps, float fTimeScale) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x060007AF RID: 1967 RVA: 0x000020D3 File Offset: 0x000002D3 [Token(Token = "0x60007AF")] [Address(RVA = "0x1094100", Offset = "0x1092900", VA = "0x181094100")] public static float GetYZeroDistance(Vector3 Pos01, Vector3 Pos02) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x060007B0 RID: 1968 RVA: 0x000020D3 File Offset: 0x000002D3 [Token(Token = "0x60007B0")] [Address(RVA = "0x1093D00", Offset = "0x1092500", VA = "0x181093D00")] public static float GetGameBeatingCalculate(float fValue, float fMax, float fMin, float fMaxMultiply, float fMinMultiply) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x060007B1 RID: 1969 RVA: 0x000020D3 File Offset: 0x000002D3 [Token(Token = "0x60007B1")] [Address(RVA = "0x1093D60", Offset = "0x1092560", VA = "0x181093D60")] public static float GetGameBeatingMultiply(int gameBeatingCounter) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } }