using System; using System.Collections.Generic; using System.Reflection; using UnityEngine; namespace UnityEditor.VFXToolbox.Workbench { public class PaintBrushCollection : ScriptableObject { public PaintBrush[] Brushes; } }