summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Avatar/HitDef.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-11-02 09:00:15 +0800
committerchai <chaifix@163.com>2020-11-02 09:00:15 +0800
commit64061aee5d7849f348f07b78fc3f96ad7555c147 (patch)
tree77ea9e4dc7a34e7d324c7cc9f2f8d6e978605d8f /Assets/Scripts/Avatar/HitDef.cs
parente6fc3425078c4997bc035ce3636e9a756e697c4b (diff)
*jump
Diffstat (limited to 'Assets/Scripts/Avatar/HitDef.cs')
-rw-r--r--Assets/Scripts/Avatar/HitDef.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Assets/Scripts/Avatar/HitDef.cs b/Assets/Scripts/Avatar/HitDef.cs
deleted file mode 100644
index a0361753..00000000
--- a/Assets/Scripts/Avatar/HitDef.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-// 一个hit的效果,如果一个attack有多个hit,需要定义多个HitDef
-public struct HitDefination
-{
-
-}