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
+14
View File
@@ -0,0 +1,14 @@
using System;
using UnityEngine;
// Token: 0x020002FA RID: 762
public static class MNMCMJEDPAP
{
// Token: 0x0600948E RID: 38030 RVA: 0x002D916C File Offset: 0x002D736C
public static void EDNKNEBPHEK(this GameObject FMEGPDMNPED, Vector3 CIGPHKLAAOD, float GKICDGMMPBH)
{
SA_ValuesTween sa_ValuesTween = FMEGPDMNPED.AddComponent<SA_ValuesTween>();
sa_ValuesTween.DestoryGameObjectOnComplete = false;
sa_ValuesTween.VectorTo(FMEGPDMNPED.transform.position, CIGPHKLAAOD, GKICDGMMPBH, MPOBFGLIENK.linear);
}
}