From 5bb5da4caebfdc8627e331b4eb5c53457316ec44 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Thu, 18 May 2023 19:20:17 +0800 Subject: *misc --- .../Scripts/Tools/Statemachine/LiteStatemachine.cs | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WorldlineKeepers/Assets/Scripts/Tools/Statemachine/LiteStatemachine.cs (limited to 'WorldlineKeepers/Assets/Scripts/Tools/Statemachine/LiteStatemachine.cs') diff --git a/WorldlineKeepers/Assets/Scripts/Tools/Statemachine/LiteStatemachine.cs b/WorldlineKeepers/Assets/Scripts/Tools/Statemachine/LiteStatemachine.cs new file mode 100644 index 0000000..f119866 --- /dev/null +++ b/WorldlineKeepers/Assets/Scripts/Tools/Statemachine/LiteStatemachine.cs @@ -0,0 +1,23 @@ +using JetBrains.Annotations; +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +namespace WK +{ + + /// + /// ÇáÁ¿¼¶×´Ì¬»ú + /// + public abstract class LiteStatemachine + { + + + public void GotoState(int target) + { + + } + + } + +} -- cgit v1.1-26-g67d0