From c743485dad2ca83e12d16326afc9c319e3169f9a Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Tue, 19 Mar 2024 21:06:40 +0800 Subject: *misc --- ActiveRagdoll/Assets/TABG/Scripts/Body/HandLeft.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ActiveRagdoll/Assets/TABG/Scripts/Body/HandLeft.cs (limited to 'ActiveRagdoll/Assets/TABG/Scripts/Body/HandLeft.cs') diff --git a/ActiveRagdoll/Assets/TABG/Scripts/Body/HandLeft.cs b/ActiveRagdoll/Assets/TABG/Scripts/Body/HandLeft.cs new file mode 100644 index 0000000..cdb2862 --- /dev/null +++ b/ActiveRagdoll/Assets/TABG/Scripts/Body/HandLeft.cs @@ -0,0 +1,17 @@ +using UnityEngine; + +namespace Rigging.BodyPart +{ + + public class HandLeft : BodyPartBase + { + private void Start() + { + } + + private void Update() + { + } + } + +} \ No newline at end of file -- cgit v1.1-26-g67d0