整合SLSUtilities

This commit is contained in:
SoulliesOfficial
2026-01-17 11:35:49 -05:00
parent d94241f36c
commit 7ee2894a63
1338 changed files with 3051541 additions and 507034 deletions

View File

@@ -11,10 +11,10 @@ namespace Cielonos.MainGame.FunctionalAnimation
public override void Invoke()
{
VFXObject vfxObject = runtimeFuncAnim.executor.vfxData.SpawnVFX(vfxKey).GetComponent<VFXObject>();
VFXObject vfxObject = character.vfxData.SpawnVFX(vfxKey).GetComponent<VFXObject>();
if (vfxObject != null)
{
vfxObject.SetCreator(runtimeFuncAnim.executor);
vfxObject.SetCreator(character);
}
}
}