CapersProject/Assets/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoEffectCollection.cs

10 lines
308 B
C#
Raw Normal View History

2025-02-10 05:47:48 +00:00
using UnityEngine;
namespace AllIn1VfxToolkit.Demo.Scripts
{
[CreateAssetMenu(fileName = "All1VfxDemoEffectCollection", menuName = "AllIn1Vfx/DemoEffectCollection")]
public class All1VfxDemoEffectCollection : ScriptableObject
{
public All1VfxDemoEffect[] demoEffectCollection;
}
}