10 lines
308 B
C#
10 lines
308 B
C#
![]() |
using UnityEngine;
|
|||
|
|
|||
|
namespace AllIn1VfxToolkit.Demo.Scripts
|
|||
|
{
|
|||
|
[CreateAssetMenu(fileName = "All1VfxDemoEffectCollection", menuName = "AllIn1Vfx/DemoEffectCollection")]
|
|||
|
public class All1VfxDemoEffectCollection : ScriptableObject
|
|||
|
{
|
|||
|
public All1VfxDemoEffect[] demoEffectCollection;
|
|||
|
}
|
|||
|
}
|