init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using Sirenix.OdinInspector;
|
||||
using UnityEngine;
|
||||
|
||||
namespace VOID.Generic.Objects.Unit.Animations
|
||||
{
|
||||
[Serializable]
|
||||
public class ActionAnimation
|
||||
{
|
||||
[Required] public AnimationClip clip;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user