Add animation stub and effect stub for skin.
This commit is contained in:
5
Assets/Cryville/Crtr/Components/SkinAnimation.cs
Normal file
5
Assets/Cryville/Crtr/Components/SkinAnimation.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace Cryville.Crtr.Components {
|
||||
public class SkinAnimation : SkinComponent {
|
||||
protected override void OnDestroy() { }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user