diff options
author | chai <chaifix@163.com> | 2020-10-26 08:36:27 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-10-26 08:36:27 +0800 |
commit | 3d3f0b7ede44569ecaab523350feede9fee383c3 (patch) | |
tree | 9df6c24adafa7e77287f9f8351746d8da692bf4f /Assets/Scripts/AbilitySystem/Conditions/ConditionAnimFrameRange.cs | |
parent | 65ed53a40f990e895305ff17a5e48e3cd6b8785b (diff) |
* ability system
Diffstat (limited to 'Assets/Scripts/AbilitySystem/Conditions/ConditionAnimFrameRange.cs')
-rw-r--r-- | Assets/Scripts/AbilitySystem/Conditions/ConditionAnimFrameRange.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Assets/Scripts/AbilitySystem/Conditions/ConditionAnimFrameRange.cs b/Assets/Scripts/AbilitySystem/Conditions/ConditionAnimFrameRange.cs deleted file mode 100644 index 282ef929..00000000 --- a/Assets/Scripts/AbilitySystem/Conditions/ConditionAnimFrameRange.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class ConditionAnimFrameRange : MonoBehaviour -{ - // Start is called before the first frame update - void Start() - { - - } - - // Update is called once per frame - void Update() - { - - } -} |