From f325841eff10ae492ce6c634d4b07cf058a068c6 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 16 Nov 2020 08:30:54 +0800 Subject: *state system --- Assets/Scripts/Avatar/States/DodgeState.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Assets/Scripts/Avatar/States/DodgeState.cs (limited to 'Assets/Scripts/Avatar/States/DodgeState.cs') diff --git a/Assets/Scripts/Avatar/States/DodgeState.cs b/Assets/Scripts/Avatar/States/DodgeState.cs new file mode 100644 index 00000000..58bc9301 --- /dev/null +++ b/Assets/Scripts/Avatar/States/DodgeState.cs @@ -0,0 +1,16 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + + +/// +/// Dodge state +/// +public class DodgeState : StateBase +{ + public DodgeState() + { + + } + +} -- cgit v1.1-26-g67d0