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