From 84fcf0834583d755c1cfdb90d2b93e8ad2964065 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Tue, 16 Apr 2024 15:12:46 +0800 Subject: *misc --- .../Assets/TABG/Scripts/Animation/FootHandler.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ActiveRagdoll/Assets/TABG/Scripts/Animation/FootHandler.cs (limited to 'ActiveRagdoll/Assets/TABG/Scripts/Animation/FootHandler.cs') diff --git a/ActiveRagdoll/Assets/TABG/Scripts/Animation/FootHandler.cs b/ActiveRagdoll/Assets/TABG/Scripts/Animation/FootHandler.cs new file mode 100644 index 0000000..44516ea --- /dev/null +++ b/ActiveRagdoll/Assets/TABG/Scripts/Animation/FootHandler.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class FootHandler : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} -- cgit v1.1-26-g67d0