mirror of
https://github.com/maxartz15/VertexAnimation.git
synced 2024-11-09 22:32:55 +01:00
13 lines
298 B
C#
13 lines
298 B
C#
|
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
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|