Calling Juicy Actions from Projectile Spawner
v1.0
// ProjectileDemoActorJuicy.cs
public void ExecuteLaunchActions() => onLaunchActions.Execute(this);
public ActionExecutor onLaunchActions;



Last updated
v1.0
// ProjectileDemoActorJuicy.cs
public void ExecuteLaunchActions() => onLaunchActions.Execute(this);
public ActionExecutor onLaunchActions;



Last updated