Repair unity packet

This commit is contained in:
emDuy
2026-06-13 02:25:55 +07:00
parent 9048435ac4
commit 2db2424bb1
72 changed files with 52285 additions and 197 deletions

View File

@@ -2,6 +2,7 @@ using UnityEngine;
using UnityEngine.UIElements;
using PrimeTween;
using System.Threading.Tasks;
using DG.Tweening;
namespace Hallucinate.UI
{
@@ -50,7 +51,7 @@ namespace Hallucinate.UI
public virtual void Update() { }
public virtual async Task PlayTransitionIn()
/*public virtual async Task PlayTransitionIn()
{
if (root == null) return;
@@ -70,6 +71,6 @@ namespace Hallucinate.UI
onValueChange: val => root.style.translate = new StyleTranslate(new Translate(Length.Percent(val), 0)));
Hide();
}
}*/
}
}