move aac template

This commit is contained in:
Lillith Rose 2026-01-25 18:59:09 -05:00
parent e413f16daf
commit d47a03a36e
5 changed files with 0 additions and 0 deletions

View file

@ -1,23 +0,0 @@
using gay.lilyy.aaccore;
using UnityEditor;
namespace gay.lilyy.avatarname.version.aac {
[InitializeOnLoad]
public class Template : LayerGroup
{
// remove when ready for uploaded
public override bool experimental => true;
private static readonly Template _instance = new();
static Template() {}
public override string DisplayName => "Template";
public override string SystemName => "template";
public override void Run(AACAssets assets)
{
Logger.LogInfo("LayerGroup Template.Run() Called!");
}
}
}