ProjectDDD/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoEffectCollection.cs
2025-07-08 19:46:31 +09: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;
}
}