diff options
| author | chai <chaifix@163.com> | 2020-10-23 21:01:28 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2020-10-23 21:01:28 +0800 |
| commit | 56a9b3bf4edc56e9c1dd502a469a7a0167751215 (patch) | |
| tree | d573da8c9137645df27e4194eaf9773c7586514b /Assets/Scripts/AbilitySystem/Conditions/Interactive/ConditionHurt.cs | |
| parent | b82da95b5181ac8bbae38efb13e950d5e88a4caa (diff) | |
* ability
Diffstat (limited to 'Assets/Scripts/AbilitySystem/Conditions/Interactive/ConditionHurt.cs')
| -rw-r--r-- | Assets/Scripts/AbilitySystem/Conditions/Interactive/ConditionHurt.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Assets/Scripts/AbilitySystem/Conditions/Interactive/ConditionHurt.cs b/Assets/Scripts/AbilitySystem/Conditions/Interactive/ConditionHurt.cs new file mode 100644 index 00000000..b4acd71a --- /dev/null +++ b/Assets/Scripts/AbilitySystem/Conditions/Interactive/ConditionHurt.cs @@ -0,0 +1,18 @@ +using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class ConditionHurt : MonoBehaviour
+{
+ // Start is called before the first frame update
+ void Start()
+ {
+
+ }
+
+ // Update is called once per frame
+ void Update()
+ {
+
+ }
+}
|
