1111 Signed-off-by: TRAfoer <lhf190@outlook.com>
Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user