Add animation stub and effect stub for skin.

This commit is contained in:
2023-02-15 18:12:41 +08:00
parent b6e238780e
commit eb6dafbd60
6 changed files with 118 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
namespace Cryville.Crtr.Components {
public class SkinAnimation : SkinComponent {
protected override void OnDestroy() { }
}
}