11 lines
279 B
C#
11 lines
279 B
C#
using UnityEngine;
|
|
|
|
namespace Michsky.UI.MTP
|
|
{
|
|
[CreateAssetMenu(fileName = "New Root Manager", menuName = "Motion Titles Pack/New Root Manager", order = 600)]
|
|
public class RootManager : ScriptableObject
|
|
{
|
|
public string rootFolder = "Motion Titles Pack/Style Creator/";
|
|
}
|
|
}
|