diff options
author | chai <chaifix@163.com> | 2021-08-29 12:54:37 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-08-29 12:54:37 +0800 |
commit | de78537f8edc6cb162ba58520956255f7e53769d (patch) | |
tree | 1bf05e3910149bffb79fb0c96e9ef1e28ea126e1 /Assets/Scripts/Unit/AnimationData.cs | |
parent | e2284510c40e2d637c28108b50df2e403d51ec1c (diff) |
*轴向改为xy
Diffstat (limited to 'Assets/Scripts/Unit/AnimationData.cs')
-rw-r--r-- | Assets/Scripts/Unit/AnimationData.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Assets/Scripts/Unit/AnimationData.cs b/Assets/Scripts/Unit/AnimationData.cs index 32845da1..4d229346 100644 --- a/Assets/Scripts/Unit/AnimationData.cs +++ b/Assets/Scripts/Unit/AnimationData.cs @@ -12,6 +12,7 @@ public enum EAnimationToogle {
Combo = 0, // 连击
SuperArmor = 1, //霸体
+ Break = 2, // 打断
}
[Serializable]
|