1111 Signed-off-by: TRAfoer <lhf190@outlook.com>

Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
2025-12-07 14:34:41 +08:00
parent d0d373a948
commit 1bbb1c51ab
26 changed files with 142116 additions and 2349 deletions

View File

@@ -100,7 +100,13 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
public override void Refresh()
{
base.Refresh();
// judgeEffect.transform.position = tailPoint.transform.position;
foreach (EffectBase effect in effectSubmodule.effectCollection["Generate"])
{
if (effect.nowEffectState == EffectBase.EffectState.Middle)
{
effect.Recover();
}
}
}
}