Files
Continentis/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoEffectCollection.cs
SoulliesOfficial 61a397dd4c MOD!
2025-10-23 00:49:44 -04:00

10 lines
308 B
C#

using UnityEngine;
namespace AllIn1VfxToolkit.Demo.Scripts
{
[CreateAssetMenu(fileName = "All1VfxDemoEffectCollection", menuName = "AllIn1Vfx/DemoEffectCollection")]
public class All1VfxDemoEffectCollection : ScriptableObject
{
public All1VfxDemoEffect[] demoEffectCollection;
}
}