From 58a47386a711746d17c5c66ac897a53f7a4aad4b Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 13 Oct 2020 07:02:26 +0800 Subject: +samurai & ninja animations --- Assets/Scripts/Test/HitBoxTest.cs | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Assets/Scripts/Test/HitBoxTest.cs (limited to 'Assets/Scripts/Test/HitBoxTest.cs') diff --git a/Assets/Scripts/Test/HitBoxTest.cs b/Assets/Scripts/Test/HitBoxTest.cs new file mode 100644 index 00000000..87e77b9a --- /dev/null +++ b/Assets/Scripts/Test/HitBoxTest.cs @@ -0,0 +1,19 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class HitBoxTest : MonoBehaviour +{ + + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} -- cgit v1.1-26-g67d0