diff options
author | chai <chaifix@163.com> | 2021-09-12 20:15:17 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-09-12 20:15:17 +0800 |
commit | d5a6dc6437a680a259dcab633278f30c4d19c7f6 (patch) | |
tree | ec22344d069c5aaade9a507194f68744946e1db7 /Assets/Scripts/Unit/AnimationData.cs | |
parent | d1856e25c2962c8fd8eff00e509c13fa70dffbdd (diff) |
*misc
Diffstat (limited to 'Assets/Scripts/Unit/AnimationData.cs')
-rw-r--r-- | Assets/Scripts/Unit/AnimationData.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Assets/Scripts/Unit/AnimationData.cs b/Assets/Scripts/Unit/AnimationData.cs index 213b652a..784acf05 100644 --- a/Assets/Scripts/Unit/AnimationData.cs +++ b/Assets/Scripts/Unit/AnimationData.cs @@ -185,6 +185,8 @@ public class AnimationData : ScriptableObject public string animationName;
public string animationPath;
+ public string note;
+
public List<AnimationEventBase> animationEvents;
public List<ColliderData> hurtBoxes;
|