move aac template
This commit is contained in:
parent
e413f16daf
commit
d47a03a36e
5 changed files with 0 additions and 0 deletions
23
AAC/Template/Template.cs
Normal file
23
AAC/Template/Template.cs
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
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!");
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue