From d3ff1803cd461fb686065ea6459e489a101e8fb3 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Mon, 8 Apr 2024 17:57:53 +0800 Subject: + animation --- ActiveRagdoll/Assets/TABG/Scripts/Player.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ActiveRagdoll/Assets/TABG/Scripts/Player.cs') diff --git a/ActiveRagdoll/Assets/TABG/Scripts/Player.cs b/ActiveRagdoll/Assets/TABG/Scripts/Player.cs index 897d10f..b2168df 100644 --- a/ActiveRagdoll/Assets/TABG/Scripts/Player.cs +++ b/ActiveRagdoll/Assets/TABG/Scripts/Player.cs @@ -24,6 +24,10 @@ namespace Rigging public StepHandler step; public Strength strength; + + public InputHandler input; + + public AnimationHandler animation; } [Serializable] @@ -76,6 +80,8 @@ namespace Rigging status.body = GetComponentInChildren(); status.step = GetComponentInChildren(); status.strength = GetComponentInChildren(); + status.input = GetComponentInChildren(); + status.animation = GetComponentInChildren(); actions = new Actions(); actions.standing = GetComponentInChildren(); -- cgit v1.1-26-g67d0