using System.Collections; using System.Collections.Generic; using UnityEngine; namespace TAO.VertexAnimation.Editor { [CreateAssetMenu(fileName = "new AssetConverter", menuName = "VA_Animation/AssetConverter", order = 400)] public class VA_AssetConverter : ScriptableObject { } }